-
Type: Improvement
-
Resolution: Done
-
Priority: Minor - P4
-
Affects Version/s: 1.8.2
-
Component/s: None
-
None
-
Minor Change
When using .NET's Version class, "2.5.2" is not the same as "2.5.2.0". We should pass the version string we get from the server to the Version constructor rather than trying to parse the version string ourselves, because we are inadvertently changing "2.5.2" to "2.5.2.0".