Larusso / unity-version-manager

A commandline application to manage unity versions
Apache License 2.0
23 stars 6 forks source link

Add new sub crate unity-version #390

Closed Larusso closed 2 weeks ago

Larusso commented 2 weeks ago

Description

This is a new implementation of the Unity version struct and parsing methods to represent a Unity version inside uvm. It will be used with future patches. The old representation tried to combine a normal unity version with an optional revision hash. I constructed this as a seperate type. Conversion methods are not yet available because I need to see how I will actually use both types.