4
votes
Location of Third Party Dll’s in Version Control for .NET Project
We use the following directory structure:
Solution\
Libraries\
third-party DLLs here
Source\
Project1\
Project2\
Each project references (using the …
2
votes
.NET: Large revision numbers in AssemblyVersionAttribute
We decided to use the same convention, and due to the limitations of Windows version numbers we chose to drop the "micro" part of our version numbers in order to preserve the revision number. Our v …
