.Net Tips – use a shared AssemblyInfo.cs for your solution
So often when you are working on a solution with multiple projects you will have to change the contents of the AssemblyInfo.cs file for each project so the DLLs show the correct company, trademark, and most importantly version numbers. This is a very laborious task and chances are you might have been wondering how you …
.Net Tips – use a shared AssemblyInfo.cs for your solution Read More »