What exactly is the build number in MAJOR.MINOR.BUILDNUMBER.REVISION
Posted
by
A9S6
on Programmers
See other posts from Programmers
or by A9S6
Published on 2010-12-09T18:27:35Z
Indexed on
2011/11/23
18:04 UTC
Read the original article
Hit count: 233
builds
What I think about Build Numbers is that whenever a new nightly build is created, a new BUILDNUMBER is generated and assigned to that build. So for my 7.0 version application the nightly builds will be 7.0.1, 7.0.2 and so on. Is it so? Then what is the use of a REVISION after the build number? Or is the REVISION part being incremented after each nightly build? I am a little confused here... do we refer to each nightly build as a BUILD?
The format is mentioned here: AssemblyVersion - MSDN
© Programmers or respective owner