Re: [Nant-users] Patch version number in AssemblyInfo.cs

2005-10-21 Thread Gary Feldman
Thibaut Barrère wrote: Well, same approach for me ( http://www.dotnetguru2.org/tbarrere/?p=229&more=1&c=1&tb=1&pb=1 ). I'd be happy to see such a thing added to StringUtils or some other standard package in NAnt... Things I'm

Re: [Nant-users] Patch version number in AssemblyInfo.cs

2005-10-21 Thread Thibaut Barrère
Well, same approach for me ( http://www.dotnetguru2.org/tbarrere/?p=229&more=1&c=1&tb=1&pb=1 ). I'd be happy to see such a thing added to StringUtils or some other standard package in NAnt... Things I'm thinking about: - support for c++ version (the _expression_ is slightly different in my case bu

SV: [Nant-users] Patch version number in AssemblyInfo.cs

2005-10-20 Thread Nielsen.Allan Rene Dystrup AND
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nielsen.Allan Rene Dystrup AND Sent: October 20, 2005 11:27 AM To: nant-users@lists.sourceforge.net Subject: [Nant-users] Patch version number in AssemblyInfo.cs Hi guys, I'd like to parse my AssemblyI

RE: [Nant-users] Patch version number in AssemblyInfo.cs

2005-10-20 Thread Evan Levy
IL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nielsen.Allan Rene Dystrup AND Sent: October 20, 2005 11:27 AM To: nant-users@lists.sourceforge.net Subject: [Nant-users] Patch version number in AssemblyInfo.cs Hi guys, I'd like to parse my AssemblyInfo.cs file for : [assembly: AssemblyVer

[Nant-users] Patch version number in AssemblyInfo.cs

2005-10-20 Thread Nielsen.Allan Rene Dystrup AND
Hi guys, I'd like to parse my AssemblyInfo.cs file for : [assembly: AssemblyVersion("0.2.0.0")] and substitute the version (in casu: 0.2.0.0) with a current version# in property ${ver.config). I've looked at the nant task with and http://solutions.newsforge.com/ibmarch.tmpl __