Visual-studio – Automatically advance minor version number every build (VS 2008)

assembliesvisual-studio-2008

I use the assembly information version number – and advance it manually through the VS 2008.

Is there a way to advance the minor version number automatically each time I Build the solution ?

Best Answer

I used this MSBuild Task to auto-increment my build numbers - requires a few manual modifications in your *.csproj or *.vbproj files, but it works quite flawlessly, and is quite flexible, too.