the AssemblyInfo file holds the version tag settings.
--
Curt Christianson
Owner/Lead Developer, DF-Software
Site:
http://www.Darkfalz.com
Blog:
http://blog.Darkfalz.com
"Lori McDonald" <> wrote in message
news:67892F39-9995-4D21-AA1D-...
> I have code that is reused throughout several sites and I have it all
compiled into one assembly that I use with the different applications.
>
> I want to do a better job of version control and managing what version I
am using with the different applications (in the past I have not done this).
>
> However the when I go to the File Properties of the DLL it tells me that
the version number is 0.0.0.0 and I cannot find a way to change this in
Visual Studio.Net
>
> I use CVS and a PushOK plugin for a version control system and it would be
neat if it could work with that.. but I am guessing that is beyond the scope
of this newsgroup.
>
> Can anyone tell me how I can manually increment the version or get Visual
Studio to do it for me?