Re: [NAnt-users] Versioning of Assemblies

2008-05-27 Thread Bob Archer
@lists.sourceforge.net Subject: [NAnt-users] Versioning of Assemblies I'm looking for some assistance in setting up a versioning target in my Nant build script for our .NET assemblies. I've done a bit of a search on the internet and on the message archive for this list but have only r

Re: [NAnt-users] Versioning of Assemblies

2008-05-26 Thread Gert Driesen
ript would contain this fragment: Hope this helps, Gert From: Woodward, Gordon (RBC Dexia IS) Sent: Tuesday, May 27, 2008 8:38 AM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Versioning of Assemblies I'm looking for some assistanc

[NAnt-users] Versioning of Assemblies

2008-05-26 Thread Woodward, Gordon (RBC Dexia IS)
I'm looking for some assistance in setting up a versioning target in my Nant build script for our .NET assemblies. I've done a bit of a search on the internet and on the message archive for this list but have only really come across examples of automatically incrementing the version number. I've lo

Re: [Nant-users] versioning dll's using csc

2005-04-12 Thread Marcin Hoppe
On Apr 12, 2005 12:14 AM, Dean Hiller <[EMAIL PROTECTED]> wrote: > How do I supply the version info to csc so the version info ends up in the > dll. My autobuild supplies a version property that I just needed stuck into > the dlls. It seems to be more of a .NET Framework question than a NAnt spec

[Nant-users] versioning dll's using csc

2005-04-11 Thread Dean Hiller
How do I supply the version info to csc so the version info ends up in the dll.  My autobuild supplies a version property that I just needed stuck into the dlls. Thanks, dean The information contained in this e-mail and any attachments hereto are for the exclusive use of the addresse

[Nant-users] versioning

2004-08-17 Thread Severin.B.McCorney
Hello,   I am new to nant and I am trying to add versioning to my build. I am working on a very large web based project.  I tried using the version task from Nant.Contrib. It increments the value in the build.number file just fine. What I want to do is to be able to read that file and get

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

[Nant-users] Versioning Tasks

2004-01-25 Thread rido Min
due to the lack of documentation about version and asminfo tasks, I've packed the UpdateVersion.exe util from (http://code.mattgriffith.net/UpdateVersion/) in a couple of NAnt tasks (readversion and updateversion). You can get the sources from: http://www.gotdotnet.com/Community/Workspaces/Worksp