From 503ca90b3d104cc56e051f60fedab4eb2d3d8421 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Jan 2025 17:07:23 +0000 Subject: [PATCH 1/5] Update dependency Refitter.Core to 1.5.0 --- src/Core/ApiClientCodeGen.Core/ApiClientCodeGen.Core.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Core/ApiClientCodeGen.Core/ApiClientCodeGen.Core.csproj b/src/Core/ApiClientCodeGen.Core/ApiClientCodeGen.Core.csproj index 5fbeb90395..135e1eb733 100644 --- a/src/Core/ApiClientCodeGen.Core/ApiClientCodeGen.Core.csproj +++ b/src/Core/ApiClientCodeGen.Core/ApiClientCodeGen.Core.csproj @@ -21,7 +21,7 @@ - + From 396486f4a0f005fc12087090d43d094d9f643a59 Mon Sep 17 00:00:00 2001 From: Christian Helle Date: Mon, 20 Jan 2025 17:51:52 +0100 Subject: [PATCH 2/5] Update RefitterCommand description to version 1.5.0 --- src/CLI/ApiClientCodeGen.CLI/Commands/CSharp/RefitterCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CLI/ApiClientCodeGen.CLI/Commands/CSharp/RefitterCommand.cs b/src/CLI/ApiClientCodeGen.CLI/Commands/CSharp/RefitterCommand.cs index 9e436ab44a..53e86c2753 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.4.1)")] +[Command("refitter", Description = "Refitter (v1.5.0)")] public class RefitterCommand : CodeGeneratorCommand { private readonly IRefitterCodeGeneratorFactory factory; From 44a4b92d9424e4c4e52a7188665e0f9cd0037769 Mon Sep 17 00:00:00 2001 From: Christian Helle Date: Mon, 20 Jan 2025 17:52:03 +0100 Subject: [PATCH 3/5] Update Refitter version to 1.5.0 in autogenerated code header --- .../Generators/Refitter/RefitterCodeGenerator.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Core/ApiClientCodeGen.Core/Generators/Refitter/RefitterCodeGenerator.cs b/src/Core/ApiClientCodeGen.Core/Generators/Refitter/RefitterCodeGenerator.cs index 8356e691e5..58dde49e75 100644 --- a/src/Core/ApiClientCodeGen.Core/Generators/Refitter/RefitterCodeGenerator.cs +++ b/src/Core/ApiClientCodeGen.Core/Generators/Refitter/RefitterCodeGenerator.cs @@ -111,7 +111,7 @@ public string GenerateCode(IProgressReporter? pGenerateProgress) context.Succeeded(); pGenerateProgress?.Progress(90); - var output = GeneratedCode.PrefixAutogeneratedCodeHeader(code, "Refitter", "v1.4.1"); + var output = GeneratedCode.PrefixAutogeneratedCodeHeader(code, "Refitter", "v1.5.0"); if (inputFile.EndsWith(".refitter")) { From a567305ae7a34a34f194f73cd35c2c09259604de Mon Sep 17 00:00:00 2001 From: Christian Helle Date: Mon, 20 Jan 2025 17:52:10 +0100 Subject: [PATCH 4/5] Update Refitter version to 1.5.0 in command labels across VSIX and VSMac --- src/VSIX/ApiClientCodeGen.VSIX.Dev17/VSCommandTable.vsct | 4 ++-- src/VSIX/ApiClientCodeGen.VSIX/VSCommandTable.vsct | 4 ++-- .../ApiClientCodeGen.VSMac/Properties/Manifest.addin.xml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/VSIX/ApiClientCodeGen.VSIX.Dev17/VSCommandTable.vsct b/src/VSIX/ApiClientCodeGen.VSIX.Dev17/VSCommandTable.vsct index 0315406fbf..808f0d926f 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 0315406fbf..808f0d926f 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 c8462075ce..dc79424f8a 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" /> Date: Mon, 20 Jan 2025 17:52:18 +0100 Subject: [PATCH 5/5] Update Refitter version to 1.5.0 in docs --- README.md | 4 ++-- docs/CLI.md | 2 +- docs/Marketplace.md | 2 +- docs/Marketplace2022.md | 2 +- docs/VisualStudioForMac.md | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e330b784fa..ca9d56ca36 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,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.4.1**. +- ***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.5.0**. 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 @@ -307,7 +307,7 @@ Commands: kiota Microsoft Kiota (v1.22.0) nswag NSwag (v14.2.0) openapi OpenAPI Generator (v7.10.0) - refitter Refitter (v1.4.1) + refitter Refitter (v1.5.0) 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 8d5d1bf136..e97c842ad3 100644 --- a/docs/CLI.md +++ b/docs/CLI.md @@ -73,7 +73,7 @@ Commands: kiota Microsoft Kiota (v1.22.0) nswag NSwag (v14.2.0) openapi OpenAPI Generator (v7.10.0) - refitter Refitter (v1.4.1) + refitter Refitter (v1.5.0) 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 8b92fa0b50..a8acb182d7 100644 --- a/docs/Marketplace.md +++ b/docs/Marketplace.md @@ -40,7 +40,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.4.1**. +- ***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.5.0**. 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 bfcee635ec..5d195771b5 100644 --- a/docs/Marketplace2022.md +++ b/docs/Marketplace2022.md @@ -40,7 +40,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.4.1**. +- ***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.5.0**. 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 941939d93a..14ae2ac2df 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.4.1**. +- ***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.5.0**. 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