Header menu logo Partas.GitNet

SepochSemver Type

Struct of a SemVersion with the optional Sepoch value.

Record fields

Record Field Description

SemVer

Full Usage: SemVer

Field type: SemVersion
Field type: SemVersion

Sepoch

Full Usage: Sepoch

Field type: Sepoch
Field type: Sepoch

Instance members

Instance member Description

this.ToEncodedString

Full Usage: this.ToEncodedString

Returns: string
Returns: string

Static members

Static member Description

this .= other

Full Usage: this .= other

Parameters:
Returns: bool
this : SepochSemver
other : SepochSemver
Returns: bool

SepochSemver.Bump(this, ?major, ?minor, ?patch, ?epoch, ?removePrerelease)

Full Usage: SepochSemver.Bump(this, ?major, ?minor, ?patch, ?epoch, ?removePrerelease)

Parameters:
    this : SepochSemver
    ?major : int
    ?minor : int
    ?patch : int
    ?epoch : string
    ?removePrerelease : bool

Returns: SepochSemver
this : SepochSemver
?major : int
?minor : int
?patch : int
?epoch : string
?removePrerelease : bool
Returns: SepochSemver

SepochSemver.BumpEpoch(this, value, ?bumpMajor, ?removePrerelease)

Full Usage: SepochSemver.BumpEpoch(this, value, ?bumpMajor, ?removePrerelease)

Parameters:
    this : SepochSemver
    value : string
    ?bumpMajor : bool
    ?removePrerelease : bool

Returns: SepochSemver
this : SepochSemver
value : string
?bumpMajor : bool
?removePrerelease : bool
Returns: SepochSemver

SepochSemver.BumpMajor(this, ?removePrerelease)

Full Usage: SepochSemver.BumpMajor(this, ?removePrerelease)

Parameters:
Returns: SepochSemver
this : SepochSemver
?removePrerelease : bool
Returns: SepochSemver

SepochSemver.BumpMinor(this, ?removePrerelease)

Full Usage: SepochSemver.BumpMinor(this, ?removePrerelease)

Parameters:
Returns: SepochSemver
this : SepochSemver
?removePrerelease : bool
Returns: SepochSemver

SepochSemver.BumpPatch(this, ?removePrerelease)

Full Usage: SepochSemver.BumpPatch(this, ?removePrerelease)

Parameters:
Returns: SepochSemver
this : SepochSemver
?removePrerelease : bool
Returns: SepochSemver

Type something to start searching.