DevPinoy.org
A Filipino Developers Community

>>> First two to make 3 wins! <<<

assemblyversion - revision number before build number
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

Comments

Ponga wrote re: assemblyversion - revision number before build number
on 10-24-2006 11:27 PM

There is a tool given in CodeProject site, see if it could be useful in your context:

http://www.codeproject.com/csharp/versioncontrol.asp

jokiz wrote re: assemblyversion - revision number before build number
on 10-24-2006 11:35 PM

hi ponga, we're synchronizing our revision numbers with that of our subversion repositor and the build number from ccnet label

neeleshgour wrote re: assemblyversion - revision number before build number
on 01-17-2008 10:27 PM

in donnetupdater (No Touch Deployment) it is showing on client side version folder in

4 digit format as x.x.x.x i want

only left 3 digits as x.x.x  (i.e. Major Version.Minor Version .Build Number [and not the Revision])

please give me suggetions

NeeleshGour

neeleshgour@gmail.com


Copyright DevPinoy 2005-2008