Posted: 11/16/2009
Hi,
I am using Asp.net web application project. I want to have automatic versioning of my compiled dlls. I am using Visual studio 2008
Posted: 11/19/2009
http://channel9.msdn.com/forums/TechOff/260670-VSnet-2008-Auto-Increment-BuildVersion-Numbers-how/
in post above explain problem of autoversioning and show differents ways to achieve it.
good luck
Posted: 4/19/2010
Step1: Add and AssemblyInfo class
Step2: Add Asterisk like this [assembly: AssemblyVersion("1.12.4.*")] or [assembly: AssemblyVersion("1.12.*")] according to your needs