VersionExtensions Class
Namespace: Nucleus.Extensions
Assembly: Nucleus.Extensions.dll
Extensions for the System.Version class.
Methods
IsLessThan
(Version,String) Method
IsLessThan (Version version, String compareToVersion)
Returns a valid indicating whether the specified string represents a version which is less than this version.
IsGreaterThan
(Version,String) Method
IsGreaterThan (Version version, String compareToVersion)
Returns a valid indicating whether the specified string represents a version which is greater than this version.
CheckMinorVersion
(String) Method
CheckMinorVersion (String version)
Return a string representation of the version with '.0' appended, if the specified version contains only a number ('major' version).