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
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
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
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