
-----------------------------------
ruddyc
Mon Apr 12, 2010 1:34 pm

Dlls in Visual Studios
-----------------------------------
8-)  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]

-----------------------------------
rdrake
Mon Apr 12, 2010 2:12 pm

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.
