I have a VS2008 project written in c# with a number of assemblies. I\'d like to have a simple way of managing the version numbers between all of the different assemblies and
I've used the svnversion MSBuild community tasks to do something like this, I followed the instructions here Although the way I do it doesn't span multiple assemblies.