I have written a DLL in C# using VS2005.
Currently the DLL is showing a version number of 1.0.0.0.
How do I set this version number to something different?
look in the AssemblyInfo.cs file for the following line, and set it to whatever version number you want:
[assembly: AssemblyVersion("1.0.0.0")]
1.4m articles
1.4m replys
5 comments
57.0k users