check .net version
This commit is contained in:
@@ -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 |
Reference in New Issue
Block a user