Hi,
I often build libraries and websites and my versions are naturally always at 1.0.0.0.
How do you guys manage the versions to increment automatically?
Also, how can you specify a seed for example: I want to start at 0.5.0.0 and increment to 0.5.0.1, 0.5.0.2, 0.5.0.3, etc...
Or starting at 1.0.0.0 and increment like 1.0.1.0, 1.0.2.0, 1.0.3.0.
Thanks!