check .net version

This commit is contained in:
Christian
2017-09-05 15:28:38 +02:00
parent ed546541b7
commit 9632cf698c
2 changed files with 4 additions and 3 deletions

View File

@@ -766,13 +766,14 @@ namespace BeWo
try
{
var version = Environment.OSVersion.VersionString;
tempUsername = String.Format("{0}//Version={1}", lUserName, version);
}
var clr = Environment.Version.ToString();
tempUsername = String.Format("{0}//Version={1};CLRVersion={2}", lUserName, version, clr);
}
catch (Exception)
{
// do nothing
}
try
{
ServiceFacade.DoUserServiceAsync(s =>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 112 KiB

After

Width:  |  Height:  |  Size: 9.9 KiB