G
giddy
hi ,
Could someone please educate me about the versioning system in .NET.
Correct me if i'm wrong , the version is composed of 4 Int32 numbers :
major.minor.build.revision. And if i do this [assembly:
AssemblyVersion("1.0.*")] :
Then the build number is the number of days since Jan 1 2000?? =S and
the revision is the number of seconds since midnight localtime divided
by 2.
Why cant the build just increment by 1 everytime i BUILD? and Revision
change according to changes in the source?!
Could someone please educate me about the versioning system in .NET.
Correct me if i'm wrong , the version is composed of 4 Int32 numbers :
major.minor.build.revision. And if i do this [assembly:
AssemblyVersion("1.0.*")] :
Then the build number is the number of days since Jan 1 2000?? =S and
the revision is the number of seconds since midnight localtime divided
by 2.
Why cant the build just increment by 1 everytime i BUILD? and Revision
change according to changes in the source?!