TFS

TFS

Sharing assembly version in Visual Studio 2010.

11 December 2011 |

Last week I came up with a fancy requirement that forced me to struggle a little bit in order to find an appropriate solution. Let’s say that we have a massive solution file, containing something like 100ish projects and we would like to keep the same assembly version number for all these projects. In this article I will show you how the assembly version number works in .NET and what are the possible solutions, using Visual Studio. Assembly version in .NET As soon as you add a new project (of any type) in Visual Studio 2010, you...