Skip to content

Commit 84b2b43

Browse files
Update Kiota version to 1.24.0 in documentation
1 parent 5cea8da commit 84b2b43

5 files changed

+6
-6
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Custom tools let you associate a tool with an item in a project and run that too
5858
The output file is the result of merging all the files generated using the OpenAPI Generator tool with:
5959
`generate -g csharp --input-spec [swagger file] --output [output file] -DapiTests=false -DmodelTests=false -DpackageName=[default namespace] --skip-overwrite`. It is possible to configure the OpenAPI Generator to generate multiple files which will be placed at the same path as the OpenAPI specifications document that was used to generate code, this is done under Tools -> REST API Client Code Generator -> OpenAPI Generator and setting **Generate Multiple Files** to **true**
6060

61-
- ***KiotaCodeGenerator*** - Generates a single file C# REST API Client using the Microsoft project **[Kiota v1.23.0](https://learn.microsoft.com/en-us/openapi/kiota/)** generator. The output file is the result of merging all the files generated using the Kiota dotnet tool with: `generate -l CSharp -d [swagger file] -o [output file] -n [default namespace]`. It is possible to configure the OpenAPI Generator to generate multiple files which will be placed at the same path as the OpenAPI specifications document that was used to generate code, this is done under Tools -> REST API Client Code Generator -> Kiota and setting **Generate Multiple Files** to **true**
61+
- ***KiotaCodeGenerator*** - Generates a single file C# REST API Client using the Microsoft project **[Kiota v1.24.0](https://learn.microsoft.com/en-us/openapi/kiota/)** generator. The output file is the result of merging all the files generated using the Kiota dotnet tool with: `generate -l CSharp -d [swagger file] -o [output file] -n [default namespace]`. It is possible to configure the OpenAPI Generator to generate multiple files which will be placed at the same path as the OpenAPI specifications document that was used to generate code, this is done under Tools -> REST API Client Code Generator -> Kiota and setting **Generate Multiple Files** to **true**
6262

6363
- ***SwaggerCodeGenerator*** - Generates a single file C# REST API Client using **Swagger Codegen CLI v3.0.34**.
6464
The output file is the result of merging all the files generated using the Swagger Codegen CLI tool with:
@@ -304,7 +304,7 @@ Options:
304304
305305
Commands:
306306
autorest AutoRest (v3.0.0-beta.20210504.2)
307-
kiota Microsoft Kiota (v1.23.0)
307+
kiota Microsoft Kiota (v1.24.0)
308308
nswag NSwag (v14.2.0)
309309
openapi OpenAPI Generator (v7.12.0)
310310
refitter Refitter (v1.5.2)

docs/CLI.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Options:
7070

7171
Commands:
7272
autorest AutoRest (v3.0.0-beta.20210504.2)
73-
kiota Microsoft Kiota (v1.23.0)
73+
kiota Microsoft Kiota (v1.24.0)
7474
nswag NSwag (v14.2.0)
7575
openapi OpenAPI Generator (v7.12.0)
7676
refitter Refitter (v1.5.2)

docs/Marketplace.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ A collection of Visual Studio C# custom tool code generators for Swagger / OpenA
3131
The output file is the result of merging all the files generated using the OpenAPI Generator tool with:
3232
`generate -g csharp --input-spec [swagger file] --output [output file] -DapiTests=false -DmodelTests=false -DpackageName=[default namespace] --skip-overwrite`. It is possible to configure the OpenAPI Generator to generate multiple files which will be placed at the same path as the OpenAPI specifications document that was used to generate code, this is done under Tools -> REST API Client Code Generator -> OpenAPI Generator and setting **Generate Multiple Files** to **true**
3333

34-
- ***KiotaCodeGenerator*** - Generates a single file C# REST API Client using the Microsoft project **[Kiota v1.23.0](https://learn.microsoft.com/en-us/openapi/kiota/)** generator. The output file is the result of merging all the files generated using the Kiota dotnet tool with: `generate -l CSharp -d [swagger file] -o [output file] -n [default namespace]`. It is possible to configure the OpenAPI Generator to generate multiple files which will be placed at the same path as the OpenAPI specifications document that was used to generate code, this is done under Tools -> REST API Client Code Generator -> Kiota and setting **Generate Multiple Files** to **true**
34+
- ***KiotaCodeGenerator*** - Generates a single file C# REST API Client using the Microsoft project **[Kiota v1.24.0](https://learn.microsoft.com/en-us/openapi/kiota/)** generator. The output file is the result of merging all the files generated using the Kiota dotnet tool with: `generate -l CSharp -d [swagger file] -o [output file] -n [default namespace]`. It is possible to configure the OpenAPI Generator to generate multiple files which will be placed at the same path as the OpenAPI specifications document that was used to generate code, this is done under Tools -> REST API Client Code Generator -> Kiota and setting **Generate Multiple Files** to **true**
3535

3636
- ***SwaggerCodeGenerator*** - Generates a single file C# REST API Client using **Swagger Codegen CLI v3.0.34**.
3737
The output file is the result of merging all the files generated using the Swagger Codegen CLI tool with:

docs/Marketplace2022.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ A collection of Visual Studio C# custom tool code generators for Swagger / OpenA
3131
The output file is the result of merging all the files generated using the OpenAPI Generator tool with:
3232
`generate -g csharp --input-spec [swagger file] --output [output file] -DapiTests=false -DmodelTests=false -DpackageName=[default namespace] --skip-overwrite`. It is possible to configure the OpenAPI Generator to generate multiple files which will be placed at the same path as the OpenAPI specifications document that was used to generate code, this is done under Tools -> REST API Client Code Generator -> OpenAPI Generator and setting **Generate Multiple Files** to **true**
3333

34-
- ***KiotaCodeGenerator*** - Generates a single file C# REST API Client using the Microsoft project **[Kiota v1.23.0](https://learn.microsoft.com/en-us/openapi/kiota/)** generator. The output file is the result of merging all the files generated using the Kiota dotnet tool with: `generate -l CSharp -d [swagger file] -o [output file] -n [default namespace]`. It is possible to configure the OpenAPI Generator to generate multiple files which will be placed at the same path as the OpenAPI specifications document that was used to generate code, this is done under Tools -> REST API Client Code Generator -> Kiota and setting **Generate Multiple Files** to **true**
34+
- ***KiotaCodeGenerator*** - Generates a single file C# REST API Client using the Microsoft project **[Kiota v1.24.0](https://learn.microsoft.com/en-us/openapi/kiota/)** generator. The output file is the result of merging all the files generated using the Kiota dotnet tool with: `generate -l CSharp -d [swagger file] -o [output file] -n [default namespace]`. It is possible to configure the OpenAPI Generator to generate multiple files which will be placed at the same path as the OpenAPI specifications document that was used to generate code, this is done under Tools -> REST API Client Code Generator -> Kiota and setting **Generate Multiple Files** to **true**
3535

3636
- ***SwaggerCodeGenerator*** - Generates a single file C# REST API Client using **Swagger Codegen CLI v3.0.34**.
3737
The output file is the result of merging all the files generated using the Swagger Codegen CLI tool with:

docs/VisualStudioForMac.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ A collection of Visual Studio C# custom tool code generators for Swagger / OpenA
1717
The output file is the result of merging all the files generated using the OpenAPI Generator tool with:
1818
`generate -g csharp --input-spec [swagger file] --output [output file] -DapiTests=false -DmodelTests=false -DpackageName=[default namespace] --skip-overwrite`
1919

20-
- ***KiotaCodeGenerator*** - Generates a single file C# REST API Client using the Microsoft project **[Kiota v1.23.0](https://learn.microsoft.com/en-us/openapi/kiota/)** generator.
20+
- ***KiotaCodeGenerator*** - Generates a single file C# REST API Client using the Microsoft project **[Kiota v1.24.0](https://learn.microsoft.com/en-us/openapi/kiota/)** generator.
2121
The output file is the result of merging all the files generated using the Kiota dotnet tool with:
2222
`generate -l CSharp -d [swagger file] -o [output file] -n [default namespace]`
2323

0 commit comments

Comments
 (0)