RE: [Nant-users] Labeling and Versioning

2004-04-01 Thread Nicklas Norling
Title: Message I ended up with these small snipplets to solve my problems where I use svn and ccnet and want both build number and revision from svn into the (in this case) file version attribute.                                                                     

RE: [Nant-users] Labeling and Versioning

2004-04-01 Thread Ryan Cromwell
The NAntContrib version task will increment the version number and return the new one in a property.  You don't have to provide it the current version, it persists that to disk.  You then use the asminfo task to create a new AssemblyInfo file.  asminfo is a task in NAnt core. A couple months ago I