Skip to content

Commit

Permalink
Update OpenAPI generator version to v7.10.0 in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhelle committed Nov 18, 2024
1 parent 86d8c9d commit f8e4dd5
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Custom tools let you associate a tool with an item in a project and run that too

- ***NSwagCodeGenerator*** - Generates a single file C# REST API Client using the [NSwag.CodeGeneration.CSharp](https://github.com/RSuter/NSwag/wiki/CSharpClientGenerator) [nuget package](https://www.nuget.org/packages/NSwag.CodeGeneration.CSharp/) **v14.1.0**

- ***OpenApiCodeGenerator*** - Generates a single file C# REST API Client using **[OpenAPI Generator v7.9.0](https://github.com/OpenAPITools/openapi-generator/releases/tag/v7.9.0)**.
- ***OpenApiCodeGenerator*** - Generates a single file C# REST API Client using **[OpenAPI Generator v7.10.0](https://github.com/OpenAPITools/openapi-generator/releases/tag/v7.10.0)**.
The output file is the result of merging all the files generated using the OpenAPI Generator tool with:
`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**

Expand Down Expand Up @@ -269,7 +269,7 @@ Options:
Commands:
csharp Generate C# API clients
jmeter Generate Apache JMeter test plans
openapi-generator Generate code using OpenAPI Generator (v7.9.0).
openapi-generator Generate code using OpenAPI Generator (v7.10.0).
See supported generators at https://openapi-generator.tech/docs/generators/
typescript Generate TypeScript API clients
Expand Down Expand Up @@ -308,7 +308,7 @@ Commands:
autorest AutoRest (v3.0.0-beta.20210504.2)
kiota Microsoft Kiota (v1.20.0)
nswag NSwag (v14.1.0)
openapi OpenAPI Generator (v7.9.0)
openapi OpenAPI Generator (v7.10.0)
refitter Refitter (v1.4.0)
swagger Swagger Codegen CLI (v3.0.34)
Expand Down
4 changes: 2 additions & 2 deletions docs/CLI.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Options:
Commands:
csharp Generate C# API clients
jmeter Generate Apache JMeter test plans
openapi-generator Generate code using OpenAPI Generator (v7.9.0).
openapi-generator Generate code using OpenAPI Generator (v7.10.0).
See supported generators at https://openapi-generator.tech/docs/generators/
typescript Generate TypeScript API clients

Expand Down Expand Up @@ -72,7 +72,7 @@ Commands:
autorest AutoRest (v3.0.0-beta.20210504.2)
kiota Microsoft Kiota (v1.20.0)
nswag NSwag (v14.1.0)
openapi OpenAPI Generator (v7.9.0)
openapi OpenAPI Generator (v7.10.0)
refitter Refitter (v1.4.0)
swagger Swagger Codegen CLI (v3.0.34)

Expand Down
2 changes: 1 addition & 1 deletion docs/Marketplace.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ A collection of Visual Studio C# custom tool code generators for Swagger / OpenA

- ***NSwagCodeGenerator*** - Generates a single file C# REST API Client using the [NSwag.CodeGeneration.CSharp](https://github.com/RSuter/NSwag/wiki/CSharpClientGenerator) [nuget package](https://www.nuget.org/packages/NSwag.CodeGeneration.CSharp/) **v14.1.0**

- ***OpenApiCodeGenerator*** - Generates a single file C# REST API Client using **[OpenAPI Generator v7.9.0](https://github.com/OpenAPITools/openapi-generator/releases/tag/v7.9.0)**.
- ***OpenApiCodeGenerator*** - Generates a single file C# REST API Client using **[OpenAPI Generator v7.10.0](https://github.com/OpenAPITools/openapi-generator/releases/tag/v7.10.0)**.
The output file is the result of merging all the files generated using the OpenAPI Generator tool with:
`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**

Expand Down
2 changes: 1 addition & 1 deletion docs/Marketplace2022.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ A collection of Visual Studio C# custom tool code generators for Swagger / OpenA

- ***NSwagCodeGenerator*** - Generates a single file C# REST API Client using the [NSwag.CodeGeneration.CSharp](https://github.com/RSuter/NSwag/wiki/CSharpClientGenerator) [nuget package](https://www.nuget.org/packages/NSwag.CodeGeneration.CSharp/) **v14.1.0**

- ***OpenApiCodeGenerator*** - Generates a single file C# REST API Client using **[OpenAPI Generator v7.9.0](https://github.com/OpenAPITools/openapi-generator/releases/tag/v7.9.0)**.
- ***OpenApiCodeGenerator*** - Generates a single file C# REST API Client using **[OpenAPI Generator v7.10.0](https://github.com/OpenAPITools/openapi-generator/releases/tag/v7.10.0)**.
The output file is the result of merging all the files generated using the OpenAPI Generator tool with:
`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**

Expand Down
2 changes: 1 addition & 1 deletion docs/VisualStudioForMac.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ A collection of Visual Studio C# custom tool code generators for Swagger / OpenA

- ***NSwagCodeGenerator*** - Generates a single file C# REST API Client using the [NSwag.CodeGeneration.CSharp](https://github.com/RSuter/NSwag/wiki/CSharpClientGenerator) [nuget package](https://www.nuget.org/packages/NSwag.CodeGeneration.CSharp/) **v14.1.0**

- ***OpenApiCodeGenerator*** - Generates a single file C# REST API Client using **[OpenAPI Generator v7.9.0](https://github.com/OpenAPITools/openapi-generator/releases/tag/v7.9.0)**.
- ***OpenApiCodeGenerator*** - Generates a single file C# REST API Client using **[OpenAPI Generator v7.10.0](https://github.com/OpenAPITools/openapi-generator/releases/tag/v7.10.0)**.
The output file is the result of merging all the files generated using the OpenAPI Generator tool with:
`generate -g csharp --input-spec [swagger file] --output [output file] -DapiTests=false -DmodelTests=false -DpackageName=[default namespace] --skip-overwrite`

Expand Down

0 comments on commit f8e4dd5

Please sign in to comment.