Skip to content

Commit

Permalink
Release 5.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerlong committed Jun 1, 2022
1 parent f6e0be9 commit a89e31b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RingCentral.Net/RestClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public async Task<HttpResponseMessage> Request(HttpRequestMessage httpRequestMes
{
restRequestConfig = restRequestConfig ?? RestRequestConfig.DefaultInstance;

httpRequestMessage.Headers.Add("X-User-Agent", $"{appName}/{appVersion} RingCentral.Net/5.16.0");
httpRequestMessage.Headers.Add("X-User-Agent", $"{appName}/{appVersion} RingCentral.Net/5.17.0");
httpRequestMessage.Headers.Authorization =
BasicAuthPaths.Contains(httpRequestMessage.RequestUri.AbsolutePath)
? new AuthenticationHeaderValue("Basic",
Expand Down
2 changes: 1 addition & 1 deletion RingCentral.Net/RingCentral.Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>RingCentral.Net</PackageId>
<PackageVersion>5.16.0</PackageVersion>
<PackageVersion>5.17.0</PackageVersion>
<Authors>Tyler Liu ([email protected])</Authors>
<Description>RingCentral SDK for .NET</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down

0 comments on commit a89e31b

Please sign in to comment.