Version nuber is not incrementing

  • Thread starter Thread starter Skrenek
  • Start date Start date
S

Skrenek

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
 
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.
 
Unbelievable, that's it. In addition I tried and it is the same in VS 2003 .

Thanks a lot
 
Back
Top