1

As we know, the following code manage build number and revision automatically.
(As I know, AssemblyVersion is "major.minor.build_number.revision")

[assembly: AssemblyVersion("2.5.*")] 

By the way, How does it deal with build number and revision? In my case, the version start from 2.5.5155.32464 and revision increase some at each build, and sometimes build number increase, too. But I can't find any rule of increments....

1
  • @m.edmondson No. What I say is NOT how to increase, but how is increment managed. Commented Feb 13, 2014 at 4:58

1 Answer 1

2

This article explains it the best:-

Build Number component – Number of days since the year 2000.

Revision component – Number of seconds since midnight divided by 2 and yes this number is not random as stated by MSDN.

Original Article

Sign up to request clarification or add additional context in comments.

1 Comment

I'm surprised at that.. it is just time?

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.