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
You can write a custom MSBuild task to do this. Have a look at this approach