I have default attribute in my assemblyinfo file:

<Assembly: AssemblyVersion("1.0.*")>

and I expected, that revision number should be incrementing as I rebuild an
assembly, because It shoul be a number of seconds from midnight divided by
2.

But I have the same assembly version regardless I made new build.

Why my assembly version automaticaly doesn't increments?

Thanks Martin

Re: Version nuber is not incrementing by Thomas

Thomas
Sun Sep 14 14:31:01 CDT 2003

> revision number should be incrementing as I rebuild


not sure, but AFAIK in VB.NET (2002?) this version is
only advanced if you reload the project.





--
Thomas Scheidegger - MVP .NET - 'NETMaster'
http://www.cetus-links.org/oo_dotnet.html - http://dnetmaster.net/



Re: Version nuber is not incrementing by Skrenek

Skrenek
Sun Sep 14 15:16:36 CDT 2003

Unbelievable, that's it. In addition I tried and it is the same in VS 2003 .

Thanks a lot

"Thomas Scheidegger [MVP]" <spam.netmaster@swissonline.ch> wrote in message
news:etng8aveDHA.1700@TK2MSFTNGP10.phx.gbl...
> > revision number should be incrementing as I rebuild
>
>
> not sure, but AFAIK in VB.NET (2002?) this version is
> only advanced if you reload the project.
>
>
>
>
>
> --
> Thomas Scheidegger - MVP .NET - 'NETMaster'
> http://www.cetus-links.org/oo_dotnet.html - http://dnetmaster.net/
>
>