Extra methods added to version values that use the standard schema.
Returns true if the version is a prerelease version
Returns the release for this version. For example, converts "1.2.0a1" to "1.2.0". Non-prerelease versions return themselves.
[Validate]