We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b47d0cb commit 4786bf0Copy full SHA for 4786bf0
src/IBM.WatsonDeveloperCloud/Http/HttpFactory.cs
@@ -55,7 +55,7 @@ public static HttpRequestMessage GetRequestMessage(HttpMethod method, Uri resour
55
Constants.SDK_VERSION,
56
os,
57
osVersion,
58
- System.Runtime.InteropServices.RuntimeInformation.FrameworkDescription.Replace(" ", "-")
+ System.Runtime.InteropServices.RuntimeInformation.FrameworkDescription.Replace(" ", "")
59
));
60
61
return request;
0 commit comments