From 310a5ebf2ebfee2a54e43aed3813c36f2280cd01 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 30 Nov 2025 02:08:28 +0000 Subject: [PATCH 1/3] Update dependency Refit to v9 --- test/GeneratedCode/Refitter/Net462/Net462.csproj | 2 +- test/GeneratedCode/Refitter/Net472/Net472.csproj | 2 +- test/GeneratedCode/Refitter/Net48/Net48.csproj | 2 +- test/GeneratedCode/Refitter/Net481/Net481.csproj | 2 +- test/GeneratedCode/Refitter/Net6/Net6.csproj | 2 +- test/GeneratedCode/Refitter/Net7/Net7.csproj | 2 +- test/GeneratedCode/Refitter/Net8/Net8.csproj | 2 +- test/GeneratedCode/Refitter/Net9/Net9.csproj | 2 +- test/GeneratedCode/Refitter/NetStandard20/NetStandard20.csproj | 2 +- test/GeneratedCode/Refitter/NetStandard21/NetStandard21.csproj | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/test/GeneratedCode/Refitter/Net462/Net462.csproj b/test/GeneratedCode/Refitter/Net462/Net462.csproj index c8b90ce934..039fa4cc66 100644 --- a/test/GeneratedCode/Refitter/Net462/Net462.csproj +++ b/test/GeneratedCode/Refitter/Net462/Net462.csproj @@ -16,7 +16,7 @@ - + diff --git a/test/GeneratedCode/Refitter/Net472/Net472.csproj b/test/GeneratedCode/Refitter/Net472/Net472.csproj index dfc9a9f9f6..986be4c2b6 100644 --- a/test/GeneratedCode/Refitter/Net472/Net472.csproj +++ b/test/GeneratedCode/Refitter/Net472/Net472.csproj @@ -16,7 +16,7 @@ - + diff --git a/test/GeneratedCode/Refitter/Net48/Net48.csproj b/test/GeneratedCode/Refitter/Net48/Net48.csproj index cf80ef4103..16727dc30c 100644 --- a/test/GeneratedCode/Refitter/Net48/Net48.csproj +++ b/test/GeneratedCode/Refitter/Net48/Net48.csproj @@ -16,7 +16,7 @@ - + diff --git a/test/GeneratedCode/Refitter/Net481/Net481.csproj b/test/GeneratedCode/Refitter/Net481/Net481.csproj index 646446ad7b..8e210d888a 100644 --- a/test/GeneratedCode/Refitter/Net481/Net481.csproj +++ b/test/GeneratedCode/Refitter/Net481/Net481.csproj @@ -16,7 +16,7 @@ - + diff --git a/test/GeneratedCode/Refitter/Net6/Net6.csproj b/test/GeneratedCode/Refitter/Net6/Net6.csproj index 046f71215e..bdd27b105c 100644 --- a/test/GeneratedCode/Refitter/Net6/Net6.csproj +++ b/test/GeneratedCode/Refitter/Net6/Net6.csproj @@ -4,7 +4,7 @@ latest - + diff --git a/test/GeneratedCode/Refitter/Net7/Net7.csproj b/test/GeneratedCode/Refitter/Net7/Net7.csproj index 4b91e39fdf..8547bd141b 100644 --- a/test/GeneratedCode/Refitter/Net7/Net7.csproj +++ b/test/GeneratedCode/Refitter/Net7/Net7.csproj @@ -4,7 +4,7 @@ latest - + diff --git a/test/GeneratedCode/Refitter/Net8/Net8.csproj b/test/GeneratedCode/Refitter/Net8/Net8.csproj index ae03e4f6b8..298e797040 100644 --- a/test/GeneratedCode/Refitter/Net8/Net8.csproj +++ b/test/GeneratedCode/Refitter/Net8/Net8.csproj @@ -3,7 +3,7 @@ net8.0 - + diff --git a/test/GeneratedCode/Refitter/Net9/Net9.csproj b/test/GeneratedCode/Refitter/Net9/Net9.csproj index c6b5637c11..76e1b70cb4 100644 --- a/test/GeneratedCode/Refitter/Net9/Net9.csproj +++ b/test/GeneratedCode/Refitter/Net9/Net9.csproj @@ -3,7 +3,7 @@ net9.0 - + diff --git a/test/GeneratedCode/Refitter/NetStandard20/NetStandard20.csproj b/test/GeneratedCode/Refitter/NetStandard20/NetStandard20.csproj index 34f2215c63..4e93ff2974 100644 --- a/test/GeneratedCode/Refitter/NetStandard20/NetStandard20.csproj +++ b/test/GeneratedCode/Refitter/NetStandard20/NetStandard20.csproj @@ -4,7 +4,7 @@ latest - + diff --git a/test/GeneratedCode/Refitter/NetStandard21/NetStandard21.csproj b/test/GeneratedCode/Refitter/NetStandard21/NetStandard21.csproj index c48bf4bbd7..06fe8b2078 100644 --- a/test/GeneratedCode/Refitter/NetStandard21/NetStandard21.csproj +++ b/test/GeneratedCode/Refitter/NetStandard21/NetStandard21.csproj @@ -3,7 +3,7 @@ netstandard2.1 - + From 41472d00d197b781c0ad514765566d598eb2c405 Mon Sep 17 00:00:00 2001 From: Christian Helle Date: Mon, 8 Dec 2025 13:22:30 +0100 Subject: [PATCH 2/3] Update Refit dependency to v9.0.2 --- src/Core/ApiClientCodeGen.Core/NuGet/PackageDependencies.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Core/ApiClientCodeGen.Core/NuGet/PackageDependencies.cs b/src/Core/ApiClientCodeGen.Core/NuGet/PackageDependencies.cs index 064667b5d9..863a3a9674 100644 --- a/src/Core/ApiClientCodeGen.Core/NuGet/PackageDependencies.cs +++ b/src/Core/ApiClientCodeGen.Core/NuGet/PackageDependencies.cs @@ -111,7 +111,7 @@ public static class PackageDependencies public static readonly PackageDependency Refit = new PackageDependency( "Refit", - "8.0.0"); + "9.0.2"); public static readonly PackageDependency MicrosoftExtensionsHttp = new PackageDependency( From e04e5963838ac1b6e8c1705f16672b2ca9e7d015 Mon Sep 17 00:00:00 2001 From: Christian Helle Date: Mon, 8 Dec 2025 13:22:46 +0100 Subject: [PATCH 3/3] Update Refit dependency to v9.0.2 in documentation --- README.md | 2 +- docs/Marketplace.md | 2 +- docs/Marketplace2022.md | 2 +- docs/VisualStudioForMac.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1e74117b86..a7f6cd99ec 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ The **Swagger Codegen CLI** and **OpenAPI Generator** are distributed as JAR fil The **NSwag** code generator produces code that depends on the [Newtonsoft.Json](https://www.nuget.org/packages/Newtonsoft.Json/13.0.3) NuGet package -The **Refitter** code generator produces code that depends on the [Refit](https://www.nuget.org/packages/Refit/8.0.0) NuGet package +The **Refitter** code generator produces code that depends on the [Refit](https://www.nuget.org/packages/Refit/9.0.2) NuGet package The **OpenAPI Generator** code generator produces code that depends on the following NuGet packages: diff --git a/docs/Marketplace.md b/docs/Marketplace.md index 4bfad43b3d..e3b9dcc144 100644 --- a/docs/Marketplace.md +++ b/docs/Marketplace.md @@ -53,7 +53,7 @@ The **Swagger Codegen CLI** and **OpenAPI Generator** are distributed as JAR fil The **NSwag** code generator produces code that depends on the [Newtonsoft.Json](https://www.nuget.org/packages/Newtonsoft.Json/13.0.3) NuGet package -The **Refitter** code generator produces code that depends on the [Refit](https://www.nuget.org/packages/Refit/8.0.0) NuGet package +The **Refitter** code generator produces code that depends on the [Refit](https://www.nuget.org/packages/Refit/9.0.2) NuGet package The **OpenAPI Generator** code generator produces code that depends on the following NuGet packages: diff --git a/docs/Marketplace2022.md b/docs/Marketplace2022.md index 8180ddc65d..3710efb5bc 100644 --- a/docs/Marketplace2022.md +++ b/docs/Marketplace2022.md @@ -53,7 +53,7 @@ The **Swagger Codegen CLI** and **OpenAPI Generator** are distributed as JAR fil The **NSwag** code generator produces code that depends on the [Newtonsoft.Json](https://www.nuget.org/packages/Newtonsoft.Json/13.0.3) NuGet package -The **Refitter** code generator produces code that depends on the [Refit](https://www.nuget.org/packages/Refit/8.0.0) NuGet package +The **Refitter** code generator produces code that depends on the [Refit](https://www.nuget.org/packages/Refit/9.0.2) NuGet package The **OpenAPI Generator** code generator produces code that depends on the following NuGet packages: diff --git a/docs/VisualStudioForMac.md b/docs/VisualStudioForMac.md index e12b67731c..c5ca1003fd 100644 --- a/docs/VisualStudioForMac.md +++ b/docs/VisualStudioForMac.md @@ -42,7 +42,7 @@ The **Swagger Codegen CLI** and **OpenAPI Generator** are distributed as JAR fil The **NSwag** code generator produces code that depends on the [Newtonsoft.Json](https://www.nuget.org/packages/Newtonsoft.Json/13.0.3) NuGet package -The **Refitter** code generator produces code that depends on the [Refit](https://www.nuget.org/packages/Refit/8.0.0) NuGet package +The **Refitter** code generator produces code that depends on the [Refit](https://www.nuget.org/packages/Refit/9.0.2) NuGet package The **OpenAPI Generator** code generator produces code that depends on the following NuGet packages: