Skip to content

Commit

Permalink
Merge pull request #957 from christianhelle/renovate/nswag-monorepo
Browse files Browse the repository at this point in the history
Update nswag monorepo to v14.1.0
  • Loading branch information
christianhelle authored Jul 17, 2024
2 parents 013a070 + 0846964 commit cb19c35
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,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.8**
- ***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.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 @@ -307,7 +307,7 @@ Options:
Commands:
autorest AutoRest (v3.0.0-beta.20210504.2)
kiota Microsoft Kiota (v1.16.0)
nswag NSwag (v14.0.8)
nswag NSwag (v14.1.0)
openapi OpenAPI Generator (v7.7.0)
refitter Refitter (v1.1.1)
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.16.0)
nswag NSwag (v14.0.8)
nswag NSwag (v14.1.0)
openapi OpenAPI Generator (v7.7.0)
refitter Refitter (v1.1.1)
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.8**
- ***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.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.8**
- ***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.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.8**
- ***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.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.8)")]
[Command("nswag", Description = "NSwag (v14.1.0)")]
public class NSwagCommand : CodeGeneratorCommand, INSwagOptions
{
private readonly IOpenApiDocumentFactory openApiDocumentFactory;
Expand Down
4 changes: 2 additions & 2 deletions src/Core/ApiClientCodeGen.Core/ApiClientCodeGen.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<PackageReference Include="Exceptionless" Version="6.0.4" />
<PackageReference Include="ICSharpCode.CodeConverter" Version="9.2.6.717" />
<PackageReference Include="Microsoft.ApplicationInsights.WindowsServer" Version="2.22.0" />
<PackageReference Include="NSwag.Core.Yaml" Version="14.0.8" />
<PackageReference Include="NSwag.CodeGeneration.CSharp" Version="14.0.8" />
<PackageReference Include="NSwag.Core.Yaml" Version="14.1.0" />
<PackageReference Include="NSwag.CodeGeneration.CSharp" Version="14.1.0" />
<PackageReference Include="Polly" Version="8.4.1" />
<PackageReference Include="Refitter.Core" Version="1.1.1" />
</ItemGroup>
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.8");
return GeneratedCode.PrefixAutogeneratedCodeHeader(code, "NSwag", "v14.1.0");
}
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.8)</ButtonText>
<ButtonText>Generate with NSwag (v14.1.0)</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.8)</ButtonText>
<ButtonText>Generate with NSwag (v14.1.0)</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.8)</ButtonText>
<ButtonText>Generate with NSwag (v14.1.0)</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.8)</ButtonText>
<ButtonText>Generate with NSwag (v14.1.0)</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.8)"
_label = "Generate with NSwag (v14.1.0)"
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.8)"
_label = "Generate with NSwag (v14.1.0)"
defaultHandler="ApiClientCodeGen.VSMac.Commands.Handlers.GenerateNSwagCommandHandler" />

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

0 comments on commit cb19c35

Please sign in to comment.