Is there any way to include the SVN repository revision number in the version string of a .NET assembly? Something like Major.Minor.SVNRev
I\'ve seen mention of doi
You can use a shared Assembly Version file that you can reference in all of your projects.
UppercuT does this - http://ferventcoder.com/archive/2009/05/21/uppercut---automated-builds---versionbuilder.aspx
This will give you an idea of what you can do to get versions in your assemblies.