Dlls in Visual Studios
Author |
Message |
ruddyc
|
Posted: Mon Apr 12, 2010 1:34 pm Post subject: Dlls in Visual Studios |
|
|
How can I give my dll version number in visual studio 2003 .net. Also is there a way to increment that number automatically when the code is updated?
Thanks [/b] |
|
|
|
|
|
Sponsor Sponsor
|
|
|
rdrake
|
Posted: Mon Apr 12, 2010 2:12 pm Post subject: RE:Dlls in Visual Studios |
|
|
As I recall you can change it in the assembly information. Under version it'll be "1.0.0.0" by default, you need to change it to "1.0.*" and it should increment on every build.
Of course I'm spewing this from memory, so it may be a bit different. |
|
|
|
|
|
|
|