SemanticVersion
SemanticVersion copied to clipboard
Represent semantic versions like "1.0.0" or "1.2.3-beta1" (SemVer) in Swift
Results
2
SemanticVersion issues
Sort by
recently updated
recently updated
newest added
This change makes it so, if conditions are met (i.e. - swift version and OS version are capable), the library will use Swift regex instead of NSRegularExpression.
cla-signed
Bullet point 10 in SemVer specification states > Build metadata MUST be ignored when determining version precedence. Thus two versions that differ only in the build metadata, have the same...