UpdateVersion

Program for automatic incrementing build numbers in the AssemblyInfo.cs in projects
Homepage for UpdateVersion

Usage:
Copy these two lines into the "Pre-build event command line:" in "Build Events" for each project in a solution which should have versions
$(SolutionDir)..\VStools\UpdateVersion -r Increment –v Assembly -i $(ProjectDir)Properties\AssemblyInfo.cs -o $(ProjectDir)Properties\AssemblyInfo.cs
$(SolutionDir)..\VStools\UpdateVersion -r Increment –v File -i $(ProjectDir)Properties\AssemblyInfo.cs -o $(ProjectDir)Properties\AssemblyInfo.cs

UpdateVersion-src-1.2.zip (49.2 KB) Magne Skrugstad, 11/14/2008 06:18 PM

Also available in: HTML TXT