Skip to content

IncrementVersionExtensions

Methods

Version Version.Increment(VersionComponents component)

Increments the version build (a.k.a. patch), unless minor or major are specified instead.

Version Version.IncrementMajor()

Increments the major & returns the new version.

Version Version.IncrementMinor()

Increments the minor & returns the new version.

Version Version.IncrementBuild()

Increments the build (a.k.a. patch) & returns the new version.

Version Version.IncrementRevision()

Increments the revision & returns the new version.