Property | Type | Description | |
---|---|---|---|
FirstPossibleVersions | IReadOnlyList |
||
VeryFirstVersion | |||
VeryLastVersion |
Method | Description | |
---|---|---|
CompareTo ( |
Relies only on OrderedVersion.
|
|
Equals ( |
Tags are equal it their OrderedVersion are equals. No other members are used for equality and comparison.
|
|
Equals ( object obj ) : bool |
Tags are equal it their OrderedVersion are equals. No other members are used for equality and comparison.
|
|
GetHashCode ( ) : int |
Tags are equal it their OrderedVersion are equals. No other members are used for equality and comparison.
|
|
ReleaseTagVersion ( long v ) : System |
Initializes a new tag from an ordered version that must be between 0 (invalid tag) and VeryLastVersion.OrderedVersion.
|
|
operator ( ) : bool |
Implements == operator.
|
Method | Description | |
---|---|---|
BuildFirstPossibleVersions ( ) : IReadOnlyList |
||
ComputeDefinitionStrength ( ) : int | ||
ComputeOrderedVersion ( int major, int minor, int patch, int preReleaseNameIdx = -1, int preReleaseNumber, int preReleaseFix ) : long | ||
ReleaseTagVersion ( long v, bool privateCall ) : System | ||
ValidateCtorArgument ( long v ) : long |
public CompareTo ( |
||
other | Other release tag (can be null). | |
return | int |
public Equals ( |
||
other | Other release tag. | |
return | bool |
public Equals ( object obj ) : bool | ||
obj | object | Other release tag. |
return | bool |
public ReleaseTagVersion ( long v ) : System | ||
v | long | The ordered version. |
return | System |
public static IReadOnlyList |
||
return | IReadOnlyList |
public static ReleaseTagVersion,SimpleGitVersion VeryFirstVersion | ||
return |