Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request updates the version of the Microsoft Kiota tool from v1.19.1 to v1.20.0 across various documentation files, source code, and configuration files. The primary goal is to ensure the project uses the latest version of Kiota for generating C# REST API clients.
Documentation Updates:
README.md
,docs/CLI.md
,docs/Marketplace.md
,docs/Marketplace2022.md
, anddocs/VisualStudioForMac.md
. [1] [2] [3] [4] [5] [6]Source Code Updates:
KiotaCommand.cs
.DependencyInstallerTests.cs
to reflect the new Kiota version. [1] [2]KiotaCodeGenerator.cs
to use the new Kiota version in the generated code headers. [1] [2]DependencyInstaller.cs
to ensure the correct version is installed. [1] [2]Configuration Updates:
VSCommandTable.vsct
files for bothApiClientCodeGen.VSIX
andApiClientCodeGen.VSIX.Dev17
projects. [1] [2]Manifest.addin.xml
file for the Visual Studio for Mac extension to reflect the new Kiota version. [1] [2]