Assembly Version Number Generation

  • Thread starter Thread starter Wayne P.
  • Start date Start date
W

Wayne P.

I am currently allowing VS to generate my build and revision numbers:
<Assembly: AssemblyVersion("1.0.*")>

I'm curious what logic is used for the generation of the build and revision
numbers - are they random, or seeded on CPU clock?

Thanks!

Wayne P.
 
Back
Top