Code cleanup – commented out non-reachable code
C2015-022 Separate Windows Upgrade – child window support for CopyStep, code cleanup
This commit is contained in:
@@ -162,7 +162,7 @@ namespace Volian.Controls.Library
|
||||
get
|
||||
{
|
||||
return Application.ProductVersion;
|
||||
return Assembly.GetExecutingAssembly().GetName().Version.ToString();
|
||||
//return Assembly.GetExecutingAssembly().GetName().Version.ToString();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user