Companion

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun parse(versionString: String?): VersionNumber
Link copied to clipboard

Returns the default MAJOR.MINOR.MICRO-QUALIFIER scheme.

Link copied to clipboard
fun version(major: Int, minor: Int = 0): VersionNumber
Link copied to clipboard

Returns the MAJOR.MINOR.MICRO.PATCH-QUALIFIER scheme.