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
<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