Skip to content

Releases: jeffcampbellmakesgames/unity-semver

v1.0.4 Release

13 Apr 14:33
Compare
Choose a tag to compare

Summary

No functional changes other than license updates and small changes for package format distribution

v1.0.3 Release

12 Apr 07:33
Compare
Choose a tag to compare

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.