Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Build number: What is it?
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00968444
Message ID:
00969234
Vues:
7
Bob,
Thanks for the information. I was unable to find this information in the docs until now :)

Einar

>From the docs AssemblyVersionAttribute constructor:
>
>The format of the version string is: major. minor. build. revision.
>
>When specifying a version, you have to at least specify major. If you specify major and minor, you can specify an asterisk (*) for build. This will cause build to be equal to the number of days since January 1, 2000 local time, and for revision to be equal to the number of seconds since midnight local time, divided by 2.
>
>If you specify major, minor, and build, you can specify an asterisk for revision. This will cause revision to be equal to the number of seconds since midnight local time, divided by 2.
>
>Examples of valid version strings include:
>
>1
>
>1.1
>
>1.1.*
>
>1.1.1
>
>1.1.1.*
>
>1.1.1.1
>
>BOb
Semper ubi sub ubi.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform