Skip to content

Commit

Permalink
fix: Updates Microsoft.OpenAPI.Kiota generator tool from v1.18.0 to v…
Browse files Browse the repository at this point in the history
…1.19.0 (#135)
  • Loading branch information
nickfloyd authored Oct 3, 2024
1 parent 2ec04ba commit 12de975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install-tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ go install github.com/golangci/golangci-lint/cmd/[email protected]
# Install Kiota
# This version can only increase, never decrease. If you want to use a lower version, you need to uninstall the tool first.
# dotnet tool uninstall Microsoft.OpenApi.Kiota --global
dotnet tool install --global Microsoft.OpenApi.Kiota --version 1.18.0
dotnet tool install --global Microsoft.OpenApi.Kiota --version 1.19.0

0 comments on commit 12de975

Please sign in to comment.