Re: [NAnt-users] Help required for build numbering by NAnt script.

2006-11-27 Thread Gary Feldman
Bob Archer wrote: > > Take a look at the version task and the asminfo task… with these you > should be able to accomplish this. I think both of these tasks are in > the contrib. dll. > The asminfo task is in NAnt, while version is in NAntContrib. Another option, which is the one I recommend, is

Re: [NAnt-users] Help required for build numbering by NAnt script.

2006-11-27 Thread Bob Archer
, November 24, 2006 6:46 PM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Help required for build numbering by NAnt script. Hi All, We have a version.include file which contains the following properties with their corresponding values set. ReleaseYear() ReleaseNumber(R

Re: [NAnt-users] Help required for build numbering by NAnt script.

2006-11-24 Thread Melissa Kacher
Behalf Of Bobby Michael Sent: Friday, November 24, 2006 3:46 PM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Help required for build numbering by NAnt script. Hi All, We have a version.include file which contains the following properties with their corresponding values set

[NAnt-users] Help required for build numbering by NAnt script.

2006-11-24 Thread Bobby Michael
Hi All, We have a version.include file which contains the following properties with their corresponding values set. ReleaseYear() ReleaseNumber(R) BuildNumber() This version.include file is included in the buildscript. while running the build we are overriding the BuildNumber property b