views:

181

answers:

1

I am trying to update a lot of different projects in a solution to have a new version number. Is there a simple way to synchronize the version number across all projects fileversion and clickonce options?

+2  A: 
bryanbcook
You can use the AssemblyInfo task together with the SvnVersion task from http://msbuildtasks.tigris.org/ to generate the AssemblyVersion.cs file each build.
Bas Bossink