Skip to content

Commit 4786bf0

Browse files
committed
chore(Analytics): Removed dash from dotnet version
1 parent b47d0cb commit 4786bf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/IBM.WatsonDeveloperCloud/Http/HttpFactory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public static HttpRequestMessage GetRequestMessage(HttpMethod method, Uri resour
5555
Constants.SDK_VERSION,
5656
os,
5757
osVersion,
58-
System.Runtime.InteropServices.RuntimeInformation.FrameworkDescription.Replace(" ", "-")
58+
System.Runtime.InteropServices.RuntimeInformation.FrameworkDescription.Replace(" ", "")
5959
));
6060

6161
return request;

0 commit comments

Comments
 (0)