| SemanticVersion Constructor |
| Name | Description | |
|---|---|---|
|
|
SemanticVersion(Int32, Int32, Int32) |
Constructs a SemanticVersion out of a Major, Minor and Patch number.
|
|
|
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.
|
|
|
SemanticVersion(Int32, Int32, Int32, String) |
Constructs a SemanticVersion out of a Major, Minor and Patch number, and a pre release name.
|