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?
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
2009-09-08 21:47:00