File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ public async Task<HttpResponseMessage> Request(HttpRequestMessage httpRequestMes
7474 {
7575 restRequestConfig = restRequestConfig ?? RestRequestConfig . DefaultInstance ;
7676
77- httpRequestMessage . Headers . Add ( "X-User-Agent" , $ "{ appName } /{ appVersion } RingCentral.Net/5.8 .0") ;
77+ httpRequestMessage . Headers . Add ( "X-User-Agent" , $ "{ appName } /{ appVersion } RingCentral.Net/5.9 .0") ;
7878 httpRequestMessage . Headers . Authorization =
7979 BasicAuthPaths . Contains ( httpRequestMessage . RequestUri . AbsolutePath )
8080 ? new AuthenticationHeaderValue ( "Basic" ,
Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <TargetFramework >netstandard2.0</TargetFramework >
55 <PackageId >RingCentral.Net</PackageId >
6- <PackageVersion >5.8 .0</PackageVersion >
6+ <PackageVersion >5.9 .0</PackageVersion >
77 <Authors >Tyler Liu (tyler.liu@ringcentral.com)</Authors >
88 <Description >RingCentral SDK for .NET</Description >
99 <PackageLicenseExpression >MIT</PackageLicenseExpression >
You can’t perform that action at this time.
0 commit comments