Skip to content

Commit feb7cae

Browse files
authored
Merge pull request #131 from Bandwidth/SWI-6742
SWI-6742 Update RestSharp Client
2 parents 977fdfa + 3a16fab commit feb7cae

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ This C# SDK is automatically generated by the [OpenAPI Generator](https://openap
1919
<a id="dependencies"></a>
2020
## Dependencies
2121

22-
- [RestSharp](https://www.nuget.org/packages/RestSharp) - 106.13.0 or later
22+
- [RestSharp](https://www.nuget.org/packages/RestSharp) - 112.1.0 or later
2323
- [Json.NET](https://www.nuget.org/packages/Newtonsoft.Json/) - 13.0.2 or later
24-
- [JsonSubTypes](https://www.nuget.org/packages/JsonSubTypes/) - 1.8.0 or later
24+
- [JsonSubTypes](https://www.nuget.org/packages/JsonSubTypes/) - 2.0.1 or later
2525
- [System.ComponentModel.Annotations](https://www.nuget.org/packages/System.ComponentModel.Annotations) - 5.0.0 or later
2626

2727
The DLLs included in the package may not be the latest version. We recommend using [NuGet](https://docs.nuget.org/consume/installing-nuget) to obtain the latest version of the packages:
@@ -256,4 +256,3 @@ Authentication schemes defined for the API:
256256
### Basic
257257

258258
- **Type**: HTTP basic authentication
259-

src/Bandwidth.Standard/Bandwidth.Standard.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@
1717
<ItemGroup>
1818
<PackageReference Include="JsonSubTypes" Version="2.0.1" />
1919
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
20-
<PackageReference Include="RestSharp" Version="110.2.0" />
20+
<PackageReference Include="RestSharp" Version="112.1.0" />
2121
<PackageReference Include="Polly" Version="7.2.3" />
2222
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
23+
<PackageReference Include="System.Text.Json" Version="8.0.5" />
2324
</ItemGroup>
2425

2526
<ItemGroup>

0 commit comments

Comments
 (0)