Change package feed version number standard
sheel.shah
Posts: 5
Hello,
I'm new to using RedGate Deployment Manager, and I would like to change the naming convention standard for version numbers of deployment package feeds. Currently the standard is <mm>.<dd>.<HH>.<MM>. The <HH>.<MM> currently follows the 12 hour standard, so a version will have the timestamp 10.15 for a build at 10:15am as well as 10:15pm. How can this be changed to use 24 hour time? Also, we'd like to add the year into the version number. So for example, for a package feed built at 8/14/2014 at 10:15pm EST, the naming convention should be 2014.08.14.22.15 (or something similar). Is this possible?
Thank you,
Sheel Shah
I'm new to using RedGate Deployment Manager, and I would like to change the naming convention standard for version numbers of deployment package feeds. Currently the standard is <mm>.<dd>.<HH>.<MM>. The <HH>.<MM> currently follows the 12 hour standard, so a version will have the timestamp 10.15 for a build at 10:15am as well as 10:15pm. How can this be changed to use 24 hour time? Also, we'd like to add the year into the version number. So for example, for a package feed built at 8/14/2014 at 10:15pm EST, the naming convention should be 2014.08.14.22.15 (or something similar). Is this possible?
Thank you,
Sheel Shah
Comments
Version numbers must have between 2 and 4 number parts, separated by '.'
Optionally, they may have an additional string suffix, separated by a '-'. Note that this suffix must begin with a letter, not a digit.
For example, the following version numbers are all valid:
- 1.2
- 1.2.3
- 1.2.3.4
- 1.2-test
- 1.2.3-beta
- 1.2.3.4-example
While these are invalid:As for how you change your version number source to use 24 hour time instead of 12 hour time - I'm afraid I don't know; Deployment Manager doesn't generate its own version numbers, so you'll have to configure whatever tool is generating the packages to use the right format.
Redgate Software
Redgate Software
One more follow up question about this matter:
Can there be '.' in the version number segment after the '-'?
So for example, can the version number follow a standard of '2014.08.25.0900-Release.P3?
Thanks,
Sheel