Method | Description | |
---|---|---|
Decrement ( this target, StepType stepType ) : SemanticVersion, | ||
Increment ( this target, StepType stepType ) : SemanticVersion, | ||
OrZero ( this target ) : int | ||
ToSemVer ( this target ) : SemanticVersion, |
public static Decrement ( this target, StepType stepType ) : SemanticVersion, | ||
target | this | |
stepType | StepType | |
return | SemanticVersion, |
public static Increment ( this target, StepType stepType ) : SemanticVersion, | ||
target | this | |
stepType | StepType | |
return | SemanticVersion, |
public static ToSemVer ( this target ) : SemanticVersion, | ||
target | this | |
return | SemanticVersion, |