RE: [Nant-users] Auto incrementing build

2004-10-20 Thread Craig Boland
w you to add files as a link. In this case, I simply use a task to put it with my Web projects. To: "Troy Laurin" <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Subject: RE: [Nant-users] Auto incrementing build numbers From: [EMAIL PROTECTED] Date: Mon, 18 Oct 2004 16:17:51 -0500

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