RE: [Nant-users] Auto incrementing build numbers

2004-10-18 Thread christian . duhard
            To:        "Tim Mavers" <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>         cc:                 Subject:        RE: [Nant-users] Auto incrementing build numbers  NAnt-contrib has a task which does what you are after: http://nantcontrib.sourceforge.net/help/tasks/version.htm

RE: [Nant-users] Auto incrementing build numbers

2004-08-04 Thread Troy Laurin
NAnt-contrib has a task which does what you are after: http://nantcontrib.sourceforge.net/help/tasks/version.html > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Tim Mavers > Sent: Wednesday, 4 August 2004 10:56 PM > To: [EMAIL PROTECTED] > Su

RE: [Nant-users] Auto incrementing build numbers

2004-08-04 Thread Thibaut Barrère
Hi Tim, What I've seen until today is that most people use the AssemblyInfo.cs AssemblyVersion attribute for that purpose, the natural way of handling (assemblies) versions in .net. That's relevant only if you build .Net project with NAnt of course, I assumed you are in that case. I'm starting to