Releases: jeffcampbellmakesgames/unity-semver
Releases · jeffcampbellmakesgames/unity-semver
v1.0.4 Release
Summary
No functional changes other than license updates and small changes for package format distribution
v1.0.3 Release
Overview
This initial release of JCMG.SemVer adds a SemVersion
class that offers:
- Supported Unity and custom serialization.
- Custom Unity inspector to modify a semantic version string with validation on certain fields.
- Custom operators for comparison between
SemVersion
instances. - Parsing of SemVer strings into a
SemVersion
instance. - A suite of unit-tests to ensure
SemVersion
Usage
A SemVersion
instance can be used as a key component to be able to implement a versioning strategy for systems, plugins, files, etc... that allows for comparing different version values and can be serialized to disk, all compatible and made easy to edit for Unity.