although
msdn docs say that the proper format for assembly version is
<major version>.<minor version>.<build number>.<revision>
i was surprised that our current project is using a different format which is used by the nant build for our continuos integration setup
<major version>.<minor version>.<revision>.<build number>
looks like this was patterned on the thoughtworks guys as i've seen in the
tree surgeon dashboard. we are getting the revision number from our subversion repository and i think resetting the revision number on a minor version increment is the ideal way to do things. is this done mathematically on the nant build configuration or are there ways to do this automatically?
Posted
08-17-2006 11:40 AM
by
jokiz