Re: [NAnt-users] Versioning of Assemblies

2008-05-26 Thread Gert Driesen
Versioning of AssembliesGordon, You can use our filterchain support in the task for this. One way of achieving this is by using a replacetokens filter. Your AssemblyInfo template would contain something like this: [assembly: AssemblyVersion ("@ASSEMBLY_VERSION@")] and your NAnt script would c

[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