Generate version constants file
jeffcampbellmakesgames opened this issue · 1 comments
jeffcampbellmakesgames commented
I've encountered a few instances where it is useful to have the package version number available in code whether that library was imported as a package or not. I'd like to add an optional module to package manifest that enables generation of a static VersionConstants
class file when the semver of the package is updated.
jeffcampbellmakesgames commented
This was accomplished in v1.3.0 https://github.com/jeffcampbellmakesgames/unity-package-tools/releases/tag/upm%2Fv1.3.0