Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion docs/Marketplace.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion docs/Marketplace2022.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion docs/VisualStudioForMac.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion test/GeneratedCode/Refitter/Net462/Net462.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Refit" Version="8.0.0" />
<PackageReference Include="Refit" Version="9.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
<PackageReference Include="System.Runtime.Serialization.Primitives" Version="4.3.0" />
Expand Down
2 changes: 1 addition & 1 deletion test/GeneratedCode/Refitter/Net472/Net472.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Refit" Version="8.0.0" />
<PackageReference Include="Refit" Version="9.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
<PackageReference Include="System.Runtime.Serialization.Primitives" Version="4.3.0" />
Expand Down
2 changes: 1 addition & 1 deletion test/GeneratedCode/Refitter/Net48/Net48.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Refit" Version="8.0.0" />
<PackageReference Include="Refit" Version="9.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
<PackageReference Include="System.Runtime.Serialization.Primitives" Version="4.3.0" />
Expand Down
2 changes: 1 addition & 1 deletion test/GeneratedCode/Refitter/Net481/Net481.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Refit" Version="8.0.0" />
<PackageReference Include="Refit" Version="9.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
<PackageReference Include="System.Runtime.Serialization.Primitives" Version="4.3.0" />
Expand Down
2 changes: 1 addition & 1 deletion test/GeneratedCode/Refitter/Net6/Net6.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<LangVersion>latest</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Refit" Version="8.0.0" />
<PackageReference Include="Refit" Version="9.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
<PackageReference Include="System.Runtime.Serialization.Primitives" Version="4.3.0" />
Expand Down
2 changes: 1 addition & 1 deletion test/GeneratedCode/Refitter/Net7/Net7.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<LangVersion>latest</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Refit" Version="8.0.0" />
<PackageReference Include="Refit" Version="9.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
<PackageReference Include="System.Runtime.Serialization.Primitives" Version="4.3.0" />
Expand Down
2 changes: 1 addition & 1 deletion test/GeneratedCode/Refitter/Net8/Net8.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Refit" Version="8.0.0" />
<PackageReference Include="Refit" Version="9.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
<PackageReference Include="System.Runtime.Serialization.Primitives" Version="4.3.0" />
Expand Down
2 changes: 1 addition & 1 deletion test/GeneratedCode/Refitter/Net9/Net9.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFramework>net9.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Refit" Version="8.0.0" />
<PackageReference Include="Refit" Version="9.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
<PackageReference Include="System.Runtime.Serialization.Primitives" Version="4.3.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<LangVersion>latest</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Refit" Version="8.0.0" />
<PackageReference Include="Refit" Version="9.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
<PackageReference Include="System.Runtime.Serialization.Primitives" Version="4.3.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFramework>netstandard2.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Refit" Version="8.0.0" />
<PackageReference Include="Refit" Version="9.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
<PackageReference Include="System.Runtime.Serialization.Primitives" Version="4.3.0" />
Expand Down
Loading