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