diff --git a/README.md b/README.md index 70bf39df5d..53c40f6baf 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,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/) **v0.8.4**. +- ***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/) **v0.8.5**. 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/) @@ -297,7 +297,7 @@ Commands: kiota Microsoft Kiota (v1.8.2) nswag NSwag (v13.20.0) openapi OpenAPI Generator (v7.1.0) - refitter Refitter (v0.8.4) + refitter Refitter (v0.8.5) 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 e5b9bdcbc2..ccf3488872 100644 --- a/docs/CLI.md +++ b/docs/CLI.md @@ -67,7 +67,7 @@ Commands: kiota Microsoft Kiota (v1.8.2) nswag NSwag (v13.20.0) openapi OpenAPI Generator (v7.1.0) - refitter Refitter (v0.8.4) + refitter Refitter (v0.8.5) 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 0175834212..69699dcf7c 100644 --- a/docs/Marketplace.md +++ b/docs/Marketplace.md @@ -35,7 +35,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/) **v0.8.4**. +- ***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/) **v0.8.5**. 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/) diff --git a/docs/Marketplace2022.md b/docs/Marketplace2022.md index 674b2abfb4..ca6b1dd446 100644 --- a/docs/Marketplace2022.md +++ b/docs/Marketplace2022.md @@ -35,7 +35,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/) **v0.8.4**. +- ***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/) **v0.8.5**. 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/) diff --git a/docs/VisualStudioForMac.md b/docs/VisualStudioForMac.md index 58d0e6a5ee..ea27e5eab9 100644 --- a/docs/VisualStudioForMac.md +++ b/docs/VisualStudioForMac.md @@ -30,7 +30,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/) **v0.8.4**. +- ***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/) **v0.8.5**. 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/) diff --git a/src/CLI/ApiClientCodeGen.CLI/Commands/CSharp/RefitterCommand.cs b/src/CLI/ApiClientCodeGen.CLI/Commands/CSharp/RefitterCommand.cs index 7b96ed8d09..52661d4079 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 (v0.8.4)")] +[Command("refitter", Description = "Refitter (v0.8.5)")] 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 83c18b63ce..bf842b0c22 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 b3e7ae0a39..cc3003eca4 100644 --- a/src/Core/ApiClientCodeGen.Core/Generators/Refitter/RefitterCodeGenerator.cs +++ b/src/Core/ApiClientCodeGen.Core/Generators/Refitter/RefitterCodeGenerator.cs @@ -49,6 +49,6 @@ public string GenerateCode(IProgressReporter? pGenerateProgress) return GeneratedCode.PrefixAutogeneratedCodeHeader( code, "Refitter", - "v0.8.4"); + "v0.8.5"); } } \ No newline at end of file diff --git a/src/VSIX/ApiClientCodeGen.VSIX.Dev17/VSCommandTable.vsct b/src/VSIX/ApiClientCodeGen.VSIX.Dev17/VSCommandTable.vsct index 667bcda462..ba9ba6b156 100644 --- a/src/VSIX/ApiClientCodeGen.VSIX.Dev17/VSCommandTable.vsct +++ b/src/VSIX/ApiClientCodeGen.VSIX.Dev17/VSCommandTable.vsct @@ -59,7 +59,7 @@ @@ -103,7 +103,7 @@ diff --git a/src/VSIX/ApiClientCodeGen.VSIX/VSCommandTable.vsct b/src/VSIX/ApiClientCodeGen.VSIX/VSCommandTable.vsct index 667bcda462..ba9ba6b156 100644 --- a/src/VSIX/ApiClientCodeGen.VSIX/VSCommandTable.vsct +++ b/src/VSIX/ApiClientCodeGen.VSIX/VSCommandTable.vsct @@ -59,7 +59,7 @@ @@ -103,7 +103,7 @@ diff --git a/src/VSMac/ApiClientCodeGen.VSMac/Properties/Manifest.addin.xml b/src/VSMac/ApiClientCodeGen.VSMac/Properties/Manifest.addin.xml index 20f1af24ec..bd6dc6e1e8 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" />