Jan
Thu Jan 22 04:30:49 CST 2004
I don't think you can override this, check out the docs:
http://tinyurl.com/295jl
The version number has four parts, as follows:
<major version>.<minor version>.<build number>.<revision>
--
Greetz
Jan Tielens
________________________________
Read my weblog:
http://weblogs.asp.net/jan
<discussion@discussion.microsoft.com> wrote in message
news:#Bgua9M4DHA.632@TK2MSFTNGP12.phx.gbl...
> Hi,
>
> In the AssemblyInfo.cs file I change the AssemblyVersion["1.0.0"];
> attribute from the default "1.0.*" blah
>
> I notice that its FORCING 4 digit notation, so if I use "1.0.0" I get
> "1.0.0.0" in that property. Are we FORCED to have 4 digits for our
> versioning or can this be overrided?
>
> Thanks
>
>