Skip to content

Commit

Permalink
chore(dotnet-client): bump RestSharp 112.0.0 (#1001)
Browse files Browse the repository at this point in the history
This version is fixing a vulnerability.
  • Loading branch information
CBenoit authored Aug 31, 2024
1 parent 1031efd commit 7e171d3
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion devolutions-gateway/openapi/dotnet-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Protocol-aware fine-grained relay server
This C# SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 2024.3.2
- SDK version: 2024.8.30
- SDK version: 2024.9.1
- Generator version: 7.4.0
- Build package: org.openapitools.codegen.languages.CSharpClientCodegen

Expand Down
2 changes: 1 addition & 1 deletion devolutions-gateway/openapi/dotnet-client/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packageAuthors": "Devolutions Inc.",
"packageName": "Devolutions.Gateway.Client",
"packageTitle": "Devolutions Gateway REST API Client",
"packageVersion": "2024.8.30",
"packageVersion": "2024.9.1",
"packageDescription": "Client for Devolutions Gateway REST API",
"packageGuid": "EF1E8A60-F71D-4F02-A779-B113740FF5CC",
"packageCopyright": "© Devolutions Inc. All rights reserved.",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
{{/useGenericHost}}
{{#useRestSharp}}
<PackageReference Include="RestSharp" Version="110.2.0" />
<PackageReference Include="RestSharp" Version="112.0.0" />
{{/useRestSharp}}
{{#useGenericHost}}
<PackageReference Include="Microsoft.Extensions.Http" Version="{{#lambda.first}}{{#netStandard}}5.0.0 {{/netStandard}}{{#net47}}7.0.0 {{/net47}}{{#net48}}7.0.0 {{/net48}}{{#net6.0}}6.0.0 {{/net6.0}}{{#net7.0}}7.0.0 {{/net7.0}}{{#net8.0}}8.0.0 {{/net8.0}}{{/lambda.first}}" />
Expand Down

0 comments on commit 7e171d3

Please sign in to comment.