mbarkhau / bumpver

BumpVer: Automatic Versioning
https://github.com/mbarkhau/bumpver
MIT License
199 stars 36 forks source link

Numeric value mapping for tag values #184

Open skipperTux opened 2 years ago

skipperTux commented 2 years ago

For frameworks not allowing strings as values in specific version classes (like the AssemblyVersionAttribute in .NET) it would be nice to have a numeric tag value, something like NTAG, mapping a tag value to a numeric value for the revision:

alpha = 0 beta = 1 rc = 2 post = 3 final = 4

Not sure about the work amount though. Any thoughts?