.NET Versioning question.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • sijmen.nospam@mincom.com

    #1

    .NET Versioning question.

    Hi,

    I'm very confused about .Net versioning. Traditionally,
    windows version numbers consisted of
    <Major>.<Minor> .<Release>.<Bui ld> components.

    Now I see in the .Net world that an assembly version
    number has <Major>.<Minor> .<Build>.<Revis ion>

    Is there a reason why the Build number in .Net is the
    third component, or is it synonymous with the <Release>
    component of tradition version numbers?

    Simon.
Working...