First of all, I suggest you make sure that all projects in your solution use the shared AssemblyInfo file (as mentioned here ).
Then modify your build script so that the file is extracted, the version number is incremented and saved, and then installed again.
To do this, review community build tasks or create your own .
source share