Skip to content

Commit

Permalink
Merge pull request #947 from christianhelle/nswag-14.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhelle authored Jul 2, 2024
2 parents 9b8a04b + a780bb3 commit eefddb2
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ A collection of Visual Studio C# custom tool code generators for Swagger / OpenA

Custom tools let you associate a tool with an item in a project and run that tool whenever the file is saved

- ***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.0.7**
- ***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.0.8**

- ***OpenApiCodeGenerator*** - Generates a single file C# REST API Client using **[OpenAPI Generator v7.7.0](https://github.com/OpenAPITools/openapi-generator/releases/tag/v7.7.0)**.
The output file is the result of merging all the files generated using the OpenAPI Generator tool with:
Expand Down Expand Up @@ -308,7 +308,7 @@ Options:
Commands:
autorest AutoRest (v3.0.0-beta.20210504.2)
kiota Microsoft Kiota (v1.15.0)
nswag NSwag (v14.0.7)
nswag NSwag (v14.0.8)
openapi OpenAPI Generator (v7.7.0)
refitter Refitter (v1.0.2)
swagger Swagger Codegen CLI (v3.0.34)
Expand Down
2 changes: 1 addition & 1 deletion docs/CLI.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Options:
Commands:
autorest AutoRest (v3.0.0-beta.20210504.2)
kiota Microsoft Kiota (v1.15.0)
nswag NSwag (v14.0.7)
nswag NSwag (v14.0.8)
openapi OpenAPI Generator (v7.7.0)
refitter Refitter (v1.0.2)
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 @@ -26,7 +26,7 @@ A collection of Visual Studio C# custom tool code generators for Swagger / OpenA

### Custom Tools

- ***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.0.7**
- ***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.0.8**

- ***OpenApiCodeGenerator*** - Generates a single file C# REST API Client using **[OpenAPI Generator v7.7.0](https://github.com/OpenAPITools/openapi-generator/releases/tag/v7.7.0)**.
The output file is the result of merging all the files generated using the OpenAPI Generator tool with:
Expand Down
2 changes: 1 addition & 1 deletion docs/Marketplace2022.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ A collection of Visual Studio C# custom tool code generators for Swagger / OpenA

### Custom Tools

- ***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.0.7**
- ***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.0.8**

- ***OpenApiCodeGenerator*** - Generates a single file C# REST API Client using **[OpenAPI Generator v7.7.0](https://github.com/OpenAPITools/openapi-generator/releases/tag/v7.7.0)**.
The output file is the result of merging all the files generated using the OpenAPI Generator tool with:
Expand Down
2 changes: 1 addition & 1 deletion docs/VisualStudioForMac.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ A collection of Visual Studio C# custom tool code generators for Swagger / OpenA

### Custom Tools

- ***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.0.7**
- ***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.0.8**

- ***OpenApiCodeGenerator*** - Generates a single file C# REST API Client using **[OpenAPI Generator v7.7.0](https://github.com/OpenAPITools/openapi-generator/releases/tag/v7.7.0)**.
The output file is the result of merging all the files generated using the OpenAPI Generator tool with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

namespace Rapicgen.CLI.Commands.CSharp
{
[Command("nswag", Description = "NSwag (v14.0.7)")]
[Command("nswag", Description = "NSwag (v14.0.8)")]
public class NSwagCommand : CodeGeneratorCommand, INSwagOptions
{
private readonly IOpenApiDocumentFactory openApiDocumentFactory;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public string GenerateCode(IProgressReporter? pGenerateProgress)
using var context = new DependencyContext("NSwag");
var code = OnGenerateCode(pGenerateProgress);
context.Succeeded();
return GeneratedCode.PrefixAutogeneratedCodeHeader(code, "NSwag", "v14.0.7");
return GeneratedCode.PrefixAutogeneratedCodeHeader(code, "NSwag", "v14.0.8");
}
finally
{
Expand Down
4 changes: 2 additions & 2 deletions src/VSIX/ApiClientCodeGen.VSIX.Dev17/VSCommandTable.vsct
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<Buttons>
<Button guid="guidPackageCmdSet" id="NSwagCodeGeneratorCustomToolSetter" priority="0x0100" type="Button">
<Strings>
<ButtonText>Generate with NSwag (v14.0.7)</ButtonText>
<ButtonText>Generate with NSwag (v14.0.8)</ButtonText>
</Strings>
</Button>
<Button guid="guidPackageCmdSet" id="OpenApiCodeGeneratorCustomToolSetter" priority="0x0101" type="Button">
Expand Down Expand Up @@ -89,7 +89,7 @@

<Button guid="guidNewRestApiClientCmdSet" id="GenerateWithNSwag" priority="0x0100" type="Button">
<Strings>
<ButtonText>Generate with NSwag (v14.0.7)</ButtonText>
<ButtonText>Generate with NSwag (v14.0.8)</ButtonText>
</Strings>
</Button>
<Button guid="guidNewRestApiClientCmdSet" id="GenerateWithNSwagStudio" priority="0x0101" type="Button">
Expand Down
4 changes: 2 additions & 2 deletions src/VSIX/ApiClientCodeGen.VSIX/VSCommandTable.vsct
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<Buttons>
<Button guid="guidPackageCmdSet" id="NSwagCodeGeneratorCustomToolSetter" priority="0x0100" type="Button">
<Strings>
<ButtonText>Generate with NSwag (v14.0.7)</ButtonText>
<ButtonText>Generate with NSwag (v14.0.8)</ButtonText>
</Strings>
</Button>
<Button guid="guidPackageCmdSet" id="OpenApiCodeGeneratorCustomToolSetter" priority="0x0101" type="Button">
Expand Down Expand Up @@ -89,7 +89,7 @@

<Button guid="guidNewRestApiClientCmdSet" id="GenerateWithNSwag" priority="0x0100" type="Button">
<Strings>
<ButtonText>Generate with NSwag (v14.0.7)</ButtonText>
<ButtonText>Generate with NSwag (v14.0.8)</ButtonText>
</Strings>
</Button>
<Button guid="guidNewRestApiClientCmdSet" id="GenerateWithNSwagStudio" priority="0x0101" type="Button">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<Extension path="/MonoDevelop/Ide/Commands">
<!-- Add New REST API Client -->
<Command id = "ApiClientCodeGen.VSMac.Commands.AddToProject.NSwag"
_label = "Generate with NSwag (v14.0.7)"
_label = "Generate with NSwag (v14.0.8)"
defaultHandler="ApiClientCodeGen.VSMac.Commands.Handlers.AddNewNSwagCommandHandler" />

<Command id = "ApiClientCodeGen.VSMac.Commands.AddToProject.NSwagStudio"
Expand Down Expand Up @@ -56,7 +56,7 @@

<!-- REST API Client Generator -->
<Command id = "ApiClientCodeGen.VSMac.Commands.GenerateCode.NSwag"
_label = "Generate with NSwag (v14.0.7)"
_label = "Generate with NSwag (v14.0.8)"
defaultHandler="ApiClientCodeGen.VSMac.Commands.Handlers.GenerateNSwagCommandHandler" />

<Command id = "ApiClientCodeGen.VSMac.Commands.GenerateCode.NSwagStudio"
Expand Down

0 comments on commit eefddb2

Please sign in to comment.