Skip to content

Commit

Permalink
Update OpenAPI Generator version from v7.0.1 to v7.1.0 in documentation
Browse files Browse the repository at this point in the history
The OpenAPI Generator version has been updated to v7.1.0 in various sections of the documentation. These include the Marketplace documentation and the CLI documentation, among others. This change ensures our documentation stays accurate and current in line with the latest version of OpenAPI Generator that we're using.
  • Loading branch information
christianhelle committed Nov 13, 2023
1 parent b97096f commit 693bb54
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 @@ -46,7 +46,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/) **v13.20.0**

- ***OpenApiCodeGenerator*** - Generates a single file C# REST API Client using **[OpenAPI Generator v7.0.1](https://github.com/OpenAPITools/openapi-generator/releases/tag/v7.0.1)**.
- ***OpenApiCodeGenerator*** - Generates a single file C# REST API Client using **[OpenAPI Generator v7.1.0](https://github.com/OpenAPITools/openapi-generator/releases/tag/v7.1.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 Expand Up @@ -257,7 +257,7 @@ Options:
Commands:
csharp Generate C# API clients
jmeter Generate Apache JMeter test plans
openapi-generator Generate code using OpenAPI Generator (v7.0.1).
openapi-generator Generate code using OpenAPI Generator (v7.1.0).
See supported generators at https://openapi-generator.tech/docs/generators/
typescript Generate TypeScript API clients
Expand Down Expand Up @@ -296,7 +296,7 @@ Commands:
autorest AutoRest (v3.0.0-beta.20210504.2)
kiota Microsoft Kiota (v1.8.2)
nswag NSwag (v13.20.0)
openapi OpenAPI Generator (v7.0.1)
openapi OpenAPI Generator (v7.1.0)
refitter Refitter (v0.8.4)
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 @@ -27,7 +27,7 @@ Options:
Commands:
csharp Generate C# API clients
jmeter Generate Apache JMeter test plans
openapi-generator Generate code using OpenAPI Generator (v7.0.1).
openapi-generator Generate code using OpenAPI Generator (v7.1.0).
See supported generators at https://openapi-generator.tech/docs/generators/
typescript Generate TypeScript API clients
Expand Down Expand Up @@ -66,7 +66,7 @@ Commands:
autorest AutoRest (v3.0.0-beta.20210504.2)
kiota Microsoft Kiota (v1.8.2)
nswag NSwag (v13.20.0)
openapi OpenAPI Generator (v7.0.1)
openapi OpenAPI Generator (v7.1.0)
refitter Refitter (v0.8.4)
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 @@ -19,7 +19,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/) **v13.20.0**

- ***OpenApiCodeGenerator*** - Generates a single file C# REST API Client using **[OpenAPI Generator v7.0.1](https://github.com/OpenAPITools/openapi-generator/releases/tag/v7.0.1)**.
- ***OpenApiCodeGenerator*** - Generates a single file C# REST API Client using **[OpenAPI Generator v7.1.0](https://github.com/OpenAPITools/openapi-generator/releases/tag/v7.1.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
2 changes: 1 addition & 1 deletion docs/Marketplace2022.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,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/) **v13.20.0**

- ***OpenApiCodeGenerator*** - Generates a single file C# REST API Client using **[OpenAPI Generator v7.0.1](https://github.com/OpenAPITools/openapi-generator/releases/tag/v7.0.1)**.
- ***OpenApiCodeGenerator*** - Generates a single file C# REST API Client using **[OpenAPI Generator v7.1.0](https://github.com/OpenAPITools/openapi-generator/releases/tag/v7.1.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
2 changes: 1 addition & 1 deletion docs/VisualStudioForMac.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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/) **v13.20.0**

- ***OpenApiCodeGenerator*** - Generates a single file C# REST API Client using **[OpenAPI Generator v7.0.1](https://github.com/OpenAPITools/openapi-generator/releases/tag/v7.0.1)**.
- ***OpenApiCodeGenerator*** - Generates a single file C# REST API Client using **[OpenAPI Generator v7.1.0](https://github.com/OpenAPITools/openapi-generator/releases/tag/v7.1.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 693bb54

Please sign in to comment.