This pull request updates the version of the Microsoft Kiota tool from v1.18.0 to v1.19.0 across various documentation files and source code. The most important changes include updating version references in documentation, command descriptions, and test files.
Updates to documentation:
README.md: Updated Kiota version reference from v1.18.0 to v1.19.0 in the section describing the KiotaCodeGenerator.
docs/Marketplace.md: Updated Kiota version reference from v1.18.0 to v1.19.0 in the section describing the KiotaCodeGenerator.
docs/Marketplace2022.md: Updated Kiota version reference from v1.18.0 to v1.19.0 in the section describing the KiotaCodeGenerator.
docs/VisualStudioForMac.md: Updated Kiota version reference from v1.18.0 to v1.19.0 in the section describing the KiotaCodeGenerator.
docs/CLI.md: Updated Kiota version reference from v1.18.0 to v1.19.0 in the command options list.
This pull request updates the version of the Microsoft Kiota tool from v1.18.0 to v1.19.0 across various documentation files and source code. The most important changes include updating version references in documentation, command descriptions, and test files.
Updates to documentation:
README.md
: Updated Kiota version reference from v1.18.0 to v1.19.0 in the section describing the KiotaCodeGenerator.docs/Marketplace.md
: Updated Kiota version reference from v1.18.0 to v1.19.0 in the section describing the KiotaCodeGenerator.docs/Marketplace2022.md
: Updated Kiota version reference from v1.18.0 to v1.19.0 in the section describing the KiotaCodeGenerator.docs/VisualStudioForMac.md
: Updated Kiota version reference from v1.18.0 to v1.19.0 in the section describing the KiotaCodeGenerator.docs/CLI.md
: Updated Kiota version reference from v1.18.0 to v1.19.0 in the command options list.Updates to source code:
src/CLI/ApiClientCodeGen.CLI/Commands/CSharp/KiotaCommand.cs
: Updated Kiota version in the command description from v1.18.0 to v1.19.0.src/Core/ApiClientCodeGen.Core.Tests/Installer/DependencyInstallerTests.cs
: Updated Kiota version reference in test methods from v1.18.0 to v1.19.0. [1] [2]src/Core/ApiClientCodeGen.Core/Generators/Kiota/KiotaCodeGenerator.cs
: Updated Kiota version reference in theGenerateCode
method from v1.18.0 to v1.19.0. [1] [2]src/Core/ApiClientCodeGen.Core/Installer/DependencyInstaller.cs
: Updated Kiota version reference in theInstallKiota
method from v1.18.0 to v1.19.0. [1] [2]src/VSIX/ApiClientCodeGen.VSIX.Dev17/VSCommandTable.vsct
: Updated Kiota version reference in button text from v1.18.0 to v1.19.0. [1] [2]src/VSIX/ApiClientCodeGen.VSIX/VSCommandTable.vsct
: Updated Kiota version reference in button text from v1.18.0 to v1.19.0. [1] [2]src/VSMac/ApiClientCodeGen.VSMac/Properties/Manifest.addin.xml
: Updated Kiota version reference in command labels from v1.18.0 to v1.19.0. [1] [2]