- Namespace
- GitVersion
- Interfaces
-
-
IComparable
<SemanticVersion> -
IEquatable
<SemanticVersion>
-
IComparable
- Base Types
-
- IFormattable
graph BT Type-->Base0["IFormattable"]
Type-.->Interface0["IComparable<SemanticVersion>"]
Type-.->Interface1["IEquatable<SemanticVersion>"]
Type["SemanticVersion"] class Type type-node
Syntax
public class SemanticVersion : IFormattable, IComparable<SemanticVersion>,
IEquatable<SemanticVersion>
Constructors
Fields
Name | Constant Value | Summary |
---|---|---|
Empty |
static
|
Properties
Name | Value | Summary |
---|---|---|
BuildMetaData |
Semantic |
|
IsPreRelease | bool | |
Major | long | |
Minor | long | |
Patch | long | |
PreReleaseTag |
Semantic |
Methods
Operators
Name | Value | Summary |
---|---|---|
operator != |
bool | |
operator |
bool | |
operator |
bool | |
operator == |
bool | |
operator > |
bool | |
operator > |
bool |
Extension Methods
Name | Value | Summary |
---|---|---|
Get |
string | |
GetAssemblyVersion |
string | |
NotNull |
T |
From
CommonExtensions
|