diff --git a/README.md b/README.md index 327cfb0551..2bc0a475de 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ The output file is the result of merging all the files generated using the Swagg - ***AutoRestCodeGenerator*** - Generates a single file C# REST API Client using **AutoRest v3.0.0-beta.20210504.2** for OpenAPI v3 and **AutoRest v2.0.4417** for OpenAPI v2. The resulting file is the equivalent of using the AutoRest CLI tool with: `--csharp --input-file=[swagger file] --output-file=[output file] --namespace=[default namespace] --add-credentials` -- ***RefitterCodeGenerator*** - Generates a single file C# REST API Client inteface for [Refit](https://github.com/reactiveui/refit) using [Refitter.Core](https://github.com/christianhelle/refitter) [nuget package](https://www.nuget.org/packages/Refitter.Core/) **v1.1.2**. +- ***RefitterCodeGenerator*** - Generates a single file C# REST API Client inteface for [Refit](https://github.com/reactiveui/refit) using [Refitter.Core](https://github.com/christianhelle/refitter) [nuget package](https://www.nuget.org/packages/Refitter.Core/) **v1.1.3**. The output file contains a Refit interface generated by [Refitter](https://github.com/christianhelle/refitter) and contracts generated using [NSwag.CodeGeneration.CSharp](https://github.com/RSuter/NSwag/wiki/CSharpClientGenerator) [nuget package](https://www.nuget.org/packages/NSwag.CodeGeneration.CSharp/) ### Dependencies @@ -309,7 +309,7 @@ Commands: kiota Microsoft Kiota (v1.16.0) nswag NSwag (v14.1.0) openapi OpenAPI Generator (v7.7.0) - refitter Refitter (v1.1.2) + refitter Refitter (v1.1.3) swagger Swagger Codegen CLI (v3.0.34) Run 'csharp [command] -?|-h|--help' for more information about a command. diff --git a/docs/CLI.md b/docs/CLI.md index 4860b695b4..b9fb44a663 100644 --- a/docs/CLI.md +++ b/docs/CLI.md @@ -73,7 +73,7 @@ Commands: kiota Microsoft Kiota (v1.16.0) nswag NSwag (v14.1.0) openapi OpenAPI Generator (v7.7.0) - refitter Refitter (v1.1.2) + refitter Refitter (v1.1.3) swagger Swagger Codegen CLI (v3.0.34) Run 'csharp [command] -?|-h|--help' for more information about a command. diff --git a/docs/Marketplace.md b/docs/Marketplace.md index caa2cb0671..5ba1c37c9e 100644 --- a/docs/Marketplace.md +++ b/docs/Marketplace.md @@ -41,7 +41,7 @@ The output file is the result of merging all the files generated using the Swagg - ***AutoRestCodeGenerator*** - Generates a single file C# REST API Client using **AutoRest v3.0.0-beta.20210504.2** for OpenAPI v3 and **AutoRest v2.0.4417** for OpenAPI v2. The resulting file is the equivalent of using the AutoRest CLI tool with: `--csharp --input-file=[swagger file] --output-file=[output file] --namespace=[default namespace] --add-credentials` -- ***RefitterCodeGenerator*** - Generates a single file C# REST API Client inteface for [Refit](https://github.com/reactiveui/refit) using [Refitter.Core](https://github.com/christianhelle/refitter) [nuget package](https://www.nuget.org/packages/Refitter.Core/) **v1.1.2**. +- ***RefitterCodeGenerator*** - Generates a single file C# REST API Client inteface for [Refit](https://github.com/reactiveui/refit) using [Refitter.Core](https://github.com/christianhelle/refitter) [nuget package](https://www.nuget.org/packages/Refitter.Core/) **v1.1.3**. The output file contains a Refit interface generated by [Refitter](https://github.com/christianhelle/refitter) and contracts generated using [NSwag.CodeGeneration.CSharp](https://github.com/RSuter/NSwag/wiki/CSharpClientGenerator) [nuget package](https://www.nuget.org/packages/NSwag.CodeGeneration.CSharp/) ### Dependencies diff --git a/docs/Marketplace2022.md b/docs/Marketplace2022.md index f9e3d58be5..4ba6279993 100644 --- a/docs/Marketplace2022.md +++ b/docs/Marketplace2022.md @@ -41,7 +41,7 @@ The output file is the result of merging all the files generated using the Swagg - ***AutoRestCodeGenerator*** - Generates a single file C# REST API Client using **AutoRest v3.0.0-beta.20210504.2** for OpenAPI v3 and **AutoRest v2.0.4417** for OpenAPI v2. The resulting file is the equivalent of using the AutoRest CLI tool with: `--csharp --input-file=[swagger file] --output-file=[output file] --namespace=[default namespace] --add-credentials` -- ***RefitterCodeGenerator*** - Generates a single file C# REST API Client inteface for [Refit](https://github.com/reactiveui/refit) using [Refitter.Core](https://github.com/christianhelle/refitter) [nuget package](https://www.nuget.org/packages/Refitter.Core/) **v1.1.2**. +- ***RefitterCodeGenerator*** - Generates a single file C# REST API Client inteface for [Refit](https://github.com/reactiveui/refit) using [Refitter.Core](https://github.com/christianhelle/refitter) [nuget package](https://www.nuget.org/packages/Refitter.Core/) **v1.1.3**. The output file contains a Refit interface generated by [Refitter](https://github.com/christianhelle/refitter) and contracts generated using [NSwag.CodeGeneration.CSharp](https://github.com/RSuter/NSwag/wiki/CSharpClientGenerator) [nuget package](https://www.nuget.org/packages/NSwag.CodeGeneration.CSharp/) ### Dependencies diff --git a/docs/VisualStudioForMac.md b/docs/VisualStudioForMac.md index e6a4bef182..58967890d0 100644 --- a/docs/VisualStudioForMac.md +++ b/docs/VisualStudioForMac.md @@ -29,7 +29,7 @@ The output file is the result of merging all the files generated using the Swagg The resulting file is the equivalent of using the AutoRest CLI tool with:+ `--csharp --input-file=[swagger file] --output-file=[output file] --namespace=[default namespace] --add-credentials` -- ***RefitterCodeGenerator*** - Generates a single file C# REST API Client inteface for [Refit](https://github.com/reactiveui/refit) using [Refitter.Core](https://github.com/christianhelle/refitter) [nuget package](https://www.nuget.org/packages/Refitter.Core/) **v1.1.2**. +- ***RefitterCodeGenerator*** - Generates a single file C# REST API Client inteface for [Refit](https://github.com/reactiveui/refit) using [Refitter.Core](https://github.com/christianhelle/refitter) [nuget package](https://www.nuget.org/packages/Refitter.Core/) **v1.1.3**. The output file contains a Refit interface generated by [Refitter](https://github.com/christianhelle/refitter) and contracts generated using [NSwag.CodeGeneration.CSharp](https://github.com/RSuter/NSwag/wiki/CSharpClientGenerator) [nuget package](https://www.nuget.org/packages/NSwag.CodeGeneration.CSharp/) ### Dependencies diff --git a/src/CLI/ApiClientCodeGen.CLI/Commands/CSharp/RefitterCommand.cs b/src/CLI/ApiClientCodeGen.CLI/Commands/CSharp/RefitterCommand.cs index f1deb3fe43..a7e35219a9 100644 --- a/src/CLI/ApiClientCodeGen.CLI/Commands/CSharp/RefitterCommand.cs +++ b/src/CLI/ApiClientCodeGen.CLI/Commands/CSharp/RefitterCommand.cs @@ -6,7 +6,7 @@ namespace Rapicgen.CLI.Commands.CSharp; -[Command("refitter", Description = "Refitter (v1.1.2)")] +[Command("refitter", Description = "Refitter (v1.1.3)")] public class RefitterCommand : CodeGeneratorCommand { private readonly IRefitterCodeGeneratorFactory factory; diff --git a/src/Core/ApiClientCodeGen.Core/ApiClientCodeGen.Core.csproj b/src/Core/ApiClientCodeGen.Core/ApiClientCodeGen.Core.csproj index 63c861237f..f730fa7d21 100644 --- a/src/Core/ApiClientCodeGen.Core/ApiClientCodeGen.Core.csproj +++ b/src/Core/ApiClientCodeGen.Core/ApiClientCodeGen.Core.csproj @@ -21,7 +21,7 @@ - + diff --git a/src/Core/ApiClientCodeGen.Core/Generators/Refitter/RefitterCodeGenerator.cs b/src/Core/ApiClientCodeGen.Core/Generators/Refitter/RefitterCodeGenerator.cs index 0a3258966a..9d38a1f8c3 100644 --- a/src/Core/ApiClientCodeGen.Core/Generators/Refitter/RefitterCodeGenerator.cs +++ b/src/Core/ApiClientCodeGen.Core/Generators/Refitter/RefitterCodeGenerator.cs @@ -89,7 +89,7 @@ public string GenerateCode(IProgressReporter? pGenerateProgress) var output = GeneratedCode.PrefixAutogeneratedCodeHeader( code, "Refitter", - "v1.1.2"); + "v1.1.3"); if (inputFile.EndsWith(".refitter")) { diff --git a/src/VSIX/ApiClientCodeGen.VSIX.Dev17/VSCommandTable.vsct b/src/VSIX/ApiClientCodeGen.VSIX.Dev17/VSCommandTable.vsct index 94b2f0df9d..4ac5bccf4f 100644 --- a/src/VSIX/ApiClientCodeGen.VSIX.Dev17/VSCommandTable.vsct +++ b/src/VSIX/ApiClientCodeGen.VSIX.Dev17/VSCommandTable.vsct @@ -59,7 +59,7 @@ @@ -119,7 +119,7 @@ diff --git a/src/VSIX/ApiClientCodeGen.VSIX/VSCommandTable.vsct b/src/VSIX/ApiClientCodeGen.VSIX/VSCommandTable.vsct index 94b2f0df9d..4ac5bccf4f 100644 --- a/src/VSIX/ApiClientCodeGen.VSIX/VSCommandTable.vsct +++ b/src/VSIX/ApiClientCodeGen.VSIX/VSCommandTable.vsct @@ -59,7 +59,7 @@ @@ -119,7 +119,7 @@ diff --git a/src/VSMac/ApiClientCodeGen.VSMac/Properties/Manifest.addin.xml b/src/VSMac/ApiClientCodeGen.VSMac/Properties/Manifest.addin.xml index 216fe28882..bf89350b29 100644 --- a/src/VSMac/ApiClientCodeGen.VSMac/Properties/Manifest.addin.xml +++ b/src/VSMac/ApiClientCodeGen.VSMac/Properties/Manifest.addin.xml @@ -43,7 +43,7 @@ defaultHandler="ApiClientCodeGen.VSMac.Commands.Handlers.AddNewKiotaCommandHandler" />