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

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

2005-10-20 Thread Evan Levy
I ran into this and wrote a simple generic regex-replace task: