I have several deployment projects. In order to deploy an application, I need to do several tasks, one of them is to change each deployment project\'s product version and pr
You could use the msbuild task to update you product version. Check out this post from the MSBuild team on this subject.