Skip to content

Commit d0576e8

Browse files
committed
Pull request #9: Hotfix User-Agent value
Merge in SDK/csharp_telesign from hotfix/fixuseragentvalue to developer * commit '4b9bd8b868196c1ccac3a835e3549e3b537a0fe5': fix case sensitive in user-agent value
2 parents 019fcc5 + 4b9bd8b commit d0576e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Telesign/RestClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public RestClient(string customerId,
5252
this.customerId = customerId;
5353
this.apiKey = apiKey;
5454
this.restEndpoint = restEndpoint;
55-
this.userAgent = string.Format("TeleSignSdk/csharp .Net/{0} HttpClient/1.0 OriginatingSDK/{1} SDKVersion/{2}",
55+
this.userAgent = string.Format("TeleSignSDK/csharp .Net/{0} HttpClient/1.0 OriginatingSDK/{1} SDKVersion/{2}",
5656
Environment.Version.ToString(),
5757
source,
5858
sdkVersionOrigin ?? sdkVersion

0 commit comments

Comments
 (0)