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
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