System.Version consists of 4 non-negative int-32 values, Major, Minor, Build and Revision` of which the first two are mandatory and the last two optional.
The high 16 bits of the value of Revision are accessible through the property MajorRevision, the lower 16 bits through MinorRevision.
Methods Properties
Build
Clone()
CompareTo()
Equals()
GetHashCode()
Major
MajorRevision, MinorRevision
The high/low 16 bits of the revision number.
Minor
Parse()
Revision
The last component of the version
ToString()
TryFormat()
TryParse()
See also
The value of ModuleVersion in a PowerShell manifest file must be convertible to a System.Version object.