M
Mike Edgewood
I am trying to keep track of the number of times I compile my program.
I was under the impression that setting the build to an asterisk that
it would increment this automatically.
ie
AssemblyInfo.vb
<Assembly: AssemblyVersion("1.0.*")>
However, I am not seeing the result I would expect.
A call to my.application.Info.Version shows build of the running
program to be 2215. There is no freakin' way I've compiled this two
thousand times. Also, upon re-compile and rerun the number 2215 does
not change. What the hell?
Really confused. What am *I* doing wrong here?
..NET 2.0/VS 2005
I was under the impression that setting the build to an asterisk that
it would increment this automatically.
ie
AssemblyInfo.vb
<Assembly: AssemblyVersion("1.0.*")>
However, I am not seeing the result I would expect.
A call to my.application.Info.Version shows build of the running
program to be 2215. There is no freakin' way I've compiled this two
thousand times. Also, upon re-compile and rerun the number 2215 does
not change. What the hell?
Really confused. What am *I* doing wrong here?
..NET 2.0/VS 2005