Semantic Version
Last updated
Last updated
Blueprint Display Name: SemVer
Major - int32 - Major Version
Minor - int32 - Minor Version
Patch - int32 - Patch Version
Converts a SemVer compliant string into a Semantic Version struct
String - The general form of a semantic version string accepted by this package is [v]Major[.Minor[.Patch]]
SemanticVersion - Semantic Version struct
Converts a Semantic Version struct into a SemVer compliant string
SemanticVersion - Semantic Version struct
String - In the form of v{Major}.{Minor}.{Patch}
<
- Less Than
>
- Greater Than
<=
- Less Equal
>=
- Greater Equal
==
- Equal
!=
- Not Equal