VersionManipulation extension

on
  • Version

Properties

nextBuild → Version

Available on Version, provided by the VersionManipulation extension

Returns a new instance of Version with the next build:
no setter
nextPreRelease → Version

Available on Version, provided by the VersionManipulation extension

Returns a new instance of Version with the next pre-release:
no setter
release → Version

Available on Version, provided by the VersionManipulation extension

Promotes a pre-release to a release by clearing the pre-release and the build
no setter

Methods

change({int? major, int? minor, int? patch, List? build, List? preRelease}) → Version

Available on Version, provided by the VersionManipulation extension

Changes the given parts, returning a new instance on Version