Skip to content

Commit

Permalink
Bump RestSharp to 112.1.0 (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-toporet authored Dec 18, 2024
1 parent a62cbb2 commit ecc4991
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion output/csharp/src/Seam/Seam.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<PackageReference Include="JsonSubTypes" Version="2.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Polly" Version="7.2.4" />
<PackageReference Include="RestSharp" Version="110.2.0" />
<PackageReference Include="RestSharp" Version="112.1.0" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/generate-csproj.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const csprojTemplate = (version: string, dotNetVersions: string[]) =>
<PackageReference Include="JsonSubTypes" Version="2.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Polly" Version="7.2.4" />
<PackageReference Include="RestSharp" Version="110.2.0" />
<PackageReference Include="RestSharp" Version="112.1.0" />
</ItemGroup>
</Project>
Expand Down

0 comments on commit ecc4991

Please sign in to comment.