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.20.0 to v1.21.0 across multiple files and documentation. The most important changes include updating version references in documentation, source code, and command descriptions.
Documentation Updates:
README.md
: Updated Kiota version from v1.20.0 to v1.21.0 in the description of theKiotaCodeGenerator
.docs/CLI.md
: Updated Kiota version in the command options list.docs/Marketplace.md
,docs/Marketplace2022.md
,docs/VisualStudioForMac.md
: Updated Kiota version references in the descriptions of theKiotaCodeGenerator
. [1] [2] [3]Source Code Updates:
src/CLI/ApiClientCodeGen.CLI/Commands/CSharp/KiotaCommand.cs
: Updated the command description to reflect the new Kiota version.src/Core/ApiClientCodeGen.Core/Generators/Kiota/KiotaCodeGenerator.cs
: Updated the version in theGenerateCode
method. [1] [2]src/Core/ApiClientCodeGen.Core/Installer/DependencyInstaller.cs
: Updated the version in theInstallKiota
method. [1] [2]Test Updates:
src/Core/ApiClientCodeGen.Core.Tests/Installer/DependencyInstallerTests.cs
: Updated version references in test methods. [1] [2]Command Descriptions:
src/VSIX/ApiClientCodeGen.VSIX.Dev17/VSCommandTable.vsct
,src/VSIX/ApiClientCodeGen.VSIX/VSCommandTable.vsct
: Updated button text to reflect the new Kiota version. [1] [2]src/VSMac/ApiClientCodeGen.VSMac/Properties/Manifest.addin.xml
: Updated command labels to reflect the new Kiota version. [1] [2]