c# - When will be the AssemblyVersion incremented? -


propably stupid question here goes.

i have blank console application , added assemlyinfo.cs file line of code.

[assembly: assemblyversion("1.0.*")] 

i'm wondering @ point gets number incremented ?

it updated every day / build.

from msdn:

a version number such [assembly:assemblyversion("1.2.*")] specifies 1 major version, 2 minor version, , accepts default build , revision numbers. version number such [assembly:assemblyversion("1.2.15.*")] specifies 1 major version, 2 minor version, 15 build number, , accepts default revision number. the default build number increments daily. default revision number random.

edit: of framework 4.5, revision number no longer random; number of seconds since midnight, divided 2.


Comments

Popular posts from this blog

blackberry 10 - how to add multiple markers on the google map just by url? -

php - guestbook returning database data to flash -

delphi - Dynamic file type icon -