Re: [Nant-users] Versioning the Assembly

2004-04-06 Thread James Geurts
Hi Bob, It might be worth taking a look at this page. A while ago, I conglomerated some ideas into two tasks. They grab and increment the version number in an AssemblyInfo.cs file. I find it useful when dealing with source control and when not able to generate the assemblyInfo... http://blogs.

RE: [Nant-users] Versioning the Assembly

2004-04-06 Thread Bob Archer
Title: Message DUH? The asminfo task… how did I miss that.   Thanks folks!   Bob     From: Clayton Harbour [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 06, 2004 11:20 AM To: Bob Archer; [EMAIL PROTECTED] Subject: RE: [Nant-users] Versioning the Assembly   Hi Bob

RE: [Nant-users] Versioning the Assembly

2004-04-06 Thread Clayton Harbour
heers,     Clayton -Original Message-From: Bob Archer [mailto:[EMAIL PROTECTED] Sent: April 6, 2004 7:49 AMTo: [EMAIL PROTECTED]Subject: [Nant-users] Versioning the Assembly Ok,   Here’s the kicker. I am using the Version task to create my build number. Now, how do I updat

RE: [Nant-users] Versioning the Assembly

2004-04-06 Thread Bonnett, Evan A
PROTECTED] Sent: Tuesday, April 06, 2004 10:49 AMTo: [EMAIL PROTECTED]Subject: [Nant-users] Versioning the Assembly Ok,   Here's the kicker. I am using the Version task to create my build number. Now, how do I update the version numbers of the assemblies to match? I a

RE: [Nant-users] Versioning the Assembly

2004-04-06 Thread Nitin Agarwal
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bob ArcherSent: Tuesday, April 06, 2004 10:49 AMTo: [EMAIL PROTECTED]Subject: [Nant-users] Versioning the Assembly Ok,   Here’s the kicker. I am using the Version task to create my build number. Now, how do I update the

[Nant-users] Versioning the Assembly

2004-04-06 Thread Bob Archer
Ok,   Here’s the kicker. I am using the Version task to create my build number. Now, how do I update the version numbers of the assemblies to match? I assume checking out the AssemblyInfo.cs files which I can do, updating them (not so sure about) and checking them back in.   If anyone c