|
static SemanticVersion | CurrentVersion () |
| Factory method that creates an instance of the Version class with the current version information, which must be contained in a file called "VERSION" on the root level of the current entry assembly. More...
|
|
static SemanticVersion | CurrentVersion (Assembly assembly) |
| Factory method that creates an instance of the Version class with the current version information, which must be contained in a file called "VERSION" that is built as an embedded resource. The first embedded "RESOURCE" file that is found in all the namespaces of assembly will be used. More...
|
|
static bool | operator< (SemanticVersion lower, SemanticVersion higher) |
|
static bool | operator> (SemanticVersion higher, SemanticVersion lower) |
|
static bool | operator<= (SemanticVersion lower, SemanticVersion higher) |
|
static bool | operator>= (SemanticVersion higher, SemanticVersion lower) |
|
static bool | operator== (SemanticVersion v1, SemanticVersion v2) |
|
static bool | operator!= (SemanticVersion v1, SemanticVersion v2) |
|
static SemanticVersion | CurrentVersion () |
| Factory method that creates an instance of the Version class with the current version information, which must be contained in a file called "VERSION" on the root level of the current entry assembly. More...
|
|
static SemanticVersion | CurrentVersion (Assembly assembly) |
| Factory method that creates an instance of the Version class with the current version information, which must be contained in a file called "VERSION" that is built as an embedded resource. The first embedded "RESOURCE" file that is found in all the namespaces of assembly will be used. More...
|
|
static bool | operator< (SemanticVersion lower, SemanticVersion higher) |
|
static bool | operator> (SemanticVersion higher, SemanticVersion lower) |
|
static bool | operator<= (SemanticVersion lower, SemanticVersion higher) |
|
static bool | operator>= (SemanticVersion higher, SemanticVersion lower) |
|
static bool | operator== (SemanticVersion v1, SemanticVersion v2) |
|
static bool | operator!= (SemanticVersion v1, SemanticVersion v2) |
|
void | ParseString (string s) |
| Parses a string that complies with semantic versioning, V. 2. More...
|
|
void | BuildString () |
|
void | ParseString (string s) |
| Parses a string that complies with semantic versioning, V. 2. More...
|
|
void | BuildString () |
|