Initial release of a handy little action to implement automated semantic version numbering into your Unity Projects.
Currently, this only modifies the "bundleVersion" property in your ProjectSettings.asset file. This is equivalent to the "Version" number found in your Unity project's Player Settings, below your Product Name & Company Name.
TODO:
- Add support for more version-relevant properties across different Unity target platforms. Some consoles & other platforms seem to have separate version properties for their platforms, and this currently does not affect those strings yet.
This means it's production-ready for most (almost all!) Unity target platforms, but not all.