I've got a legacy solution with multiple project references.
Two of those projects are deployed independently, and both reference the other projects.
Currently the versioning is purely manual, but I'd like to automate the process (of updating the version number of AssemblyInfo.cs).
We're using Visual Studio 2010, SVN, and TeamCity, and already have a proven way of updating the version numbers for other solutions. However, those solutions only have one version number to consider, whilst this solution have to.
One way could be to update the two important, i.e. the reason for deployment, numbers automatically, and update the others manually.