emanzione / PATCH

The PATCH repository for issues tracking, wiki and shared material.
https://assetstore.unity.com/packages/tools/utilities/p-a-t-c-h-ultimate-patching-system-41417
MIT License
47 stars 6 forks source link

Custom Versioning #23

Closed manutoo closed 4 years ago

manutoo commented 4 years ago

I'd like to be able to enter my version as x.y.z (with of course only incrementing the values).

eg: 36.20200620.1

Having the possibility to show a custom version field instead of selecting the release type would do the trick.

It should also have the possibility to enter the version for the 1st build.

emanzione commented 4 years ago

Versioning logic has been abstracted. Now you can implement IVersion and IVersionFactory interfaces to create your own versioning logic.

This change will be included in the next 2.2.2 release.