SepochSemver Type
Struct of a SemVersion with the optional Sepoch value.
Record fields
| Record Field |
Description
|
|
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.ToEncodedString
Returns: string
|
|
Static members
| Static member |
Description
|
|
|
Full Usage:
SepochSemver.Bump(this, ?major, ?minor, ?patch, ?epoch, ?removePrerelease)
Parameters:
SepochSemver
?major : int
?minor : int
?patch : int
?epoch : string
?removePrerelease : bool
Returns: SepochSemver
|
|
Full Usage:
SepochSemver.BumpEpoch(this, value, ?bumpMajor, ?removePrerelease)
Parameters:
SepochSemver
value : string
?bumpMajor : bool
?removePrerelease : bool
Returns: SepochSemver
|
|
Full Usage:
SepochSemver.BumpMajor(this, ?removePrerelease)
Parameters:
SepochSemver
?removePrerelease : bool
Returns: SepochSemver
|
|
Full Usage:
SepochSemver.BumpMinor(this, ?removePrerelease)
Parameters:
SepochSemver
?removePrerelease : bool
Returns: SepochSemver
|
|
Full Usage:
SepochSemver.BumpPatch(this, ?removePrerelease)
Parameters:
SepochSemver
?removePrerelease : bool
Returns: SepochSemver
|
|
Partas.GitNet