semver4k
/
de.voize.semver4k
/
Semver
/
SemverType
Semver
Type
enum
SemverType
:
Enum
<
Semver.SemverType
>
Content copied to clipboard
The different types of supported version systems.
Entries
Properties
Entries
IVY
Link copied to clipboard
IVY
()
Content copied to clipboard
Follows the rules of ivy.
COCOAPODS
Link copied to clipboard
COCOAPODS
()
Content copied to clipboard
Follows the rules of Cocoapods.
NPM
Link copied to clipboard
NPM
()
Content copied to clipboard
Follows the rules of NPM.
LOOSE
Link copied to clipboard
LOOSE
()
Content copied to clipboard
Major part is required.
STRICT
Link copied to clipboard
STRICT
()
Content copied to clipboard
The default type of version.
Properties
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
val
ordinal
:
Int
Content copied to clipboard