Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles / Languages / Javascript

Incrementing AssemblyVersion revision number on each build

0.00/5 (No votes)
15 Sep 2011CPOL 5.9K  
I would much rather taking advantage of the tools Visual Studio provides. If you have a continuous building in place, then you might as well use MSBUILD itself from the command line with a Custom MSBUILD TASK. For more infrmation and background on the concept, please refer to this...
I would much rather taking advantage of the tools Visual Studio provides. If you have a continuous building in place, then you might as well use MSBUILD itself from the command line with a Custom MSBUILD TASK. For more infrmation and background on the concept, please refer to this blog:

custom assembly versioning with vs 2010

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)