Click or drag to resize
SemanticVersion Constructor
Overload List
  Name Description
Public method SemanticVersion(Int32, Int32, Int32)
Constructs a SemanticVersion out of a Major, Minor and Patch number.
Public method SemanticVersion(Int32, Int32, Int32, Int32)
Constructs a SemanticVersion out of a Major, Minor and Build version and a Revision. Use this when dealing with Microsoft style versions rather than true semantic versions.
Public method SemanticVersion(Int32, Int32, Int32, String)
Constructs a SemanticVersion out of a Major, Minor and Patch number, and a pre release name.
Top
See Also