472,143 Members | 1,752 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,143 software developers and data experts.

build number

How does the build number works?

right now my assembly is version
1.0.1235.33799

it doesn't change when i re-compiled it.

Thanks.
Nov 16 '05 #1
6 2510
That was compiled on May19, 2003 at 18:46:38

"Aaron" <ku*****@yahoo.com> wrote in message
news:ew**************@TK2MSFTNGP10.phx.gbl...
How does the build number works?

right now my assembly is version
1.0.1235.33799

it doesn't change when i re-compiled it.

Thanks.

Nov 16 '05 #2
how did you figure that out?

"Chris A. R." <so*****@hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
That was compiled on May19, 2003 at 18:46:38

"Aaron" <ku*****@yahoo.com> wrote in message
news:ew**************@TK2MSFTNGP10.phx.gbl...
How does the build number works?

right now my assembly is version
1.0.1235.33799

it doesn't change when i re-compiled it.

Thanks.


Nov 16 '05 #3
1235 days since January 1, 2000
(33799 *2) seconds since midnight (though daylight saving time/ standard
time do seem to create havoc by creating a one hour offset).

Chris A.R.

"Aaron" <ku*****@yahoo.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
how did you figure that out?

"Chris A. R." <so*****@hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
That was compiled on May19, 2003 at 18:46:38

"Aaron" <ku*****@yahoo.com> wrote in message
news:ew**************@TK2MSFTNGP10.phx.gbl...
How does the build number works?

right now my assembly is version
1.0.1235.33799

it doesn't change when i re-compiled it.

Thanks.



Nov 16 '05 #4
The version number is determined by settings in the AssemblyInfo (.vb or
..cs) file in the project.

===
' Version information for an assembly consists of the following four values:
'
' Major Version
' Minor Version
' Build Number
' Revision
'
' You can specify all the values or you can default the Build and Revision
Numbers
' by using the '*' as shown below:

<Assembly: AssemblyVersion("1.0.*")>
===

If you let the build and/or revision numbers be autogenerated (by using the
'*') then the formulas that Chris mentioned are used.

Build = number of days since Jan 1, 2000.
Revision = number of seconds since midnight divided by 2

--
Rob Windsor [MVP-VB]
G6 Consulting
Toronto, Canada
"Aaron" <ku*****@yahoo.com> wrote in message
news:ew**************@TK2MSFTNGP10.phx.gbl...
How does the build number works?

right now my assembly is version
1.0.1235.33799

it doesn't change when i re-compiled it.

Thanks.

Nov 16 '05 #5
Is there a way to find out the timestamp if I set the
build and/or revision numbers.

Thanks in advance
Alice
-----Original Message-----
The version number is determined by settings in the AssemblyInfo (.vb or..cs) file in the project.

===
' Version information for an assembly consists of the following four values:'
' Major Version
' Minor Version
' Build Number
' Revision
'
' You can specify all the values or you can default the Build and RevisionNumbers
' by using the '*' as shown below:

<Assembly: AssemblyVersion("1.0.*")>
===

If you let the build and/or revision numbers be autogenerated (by using the'*') then the formulas that Chris mentioned are used.

Build = number of days since Jan 1, 2000.
Revision = number of seconds since midnight divided by 2

--
Rob Windsor [MVP-VB]
G6 Consulting
Toronto, Canada
"Aaron" <ku*****@yahoo.com> wrote in message
news:ew**************@TK2MSFTNGP10.phx.gbl...
How does the build number works?

right now my assembly is version
1.0.1235.33799

it doesn't change when i re-compiled it.

Thanks.

.

Nov 16 '05 #6
Is there a way to find out the timestamp if I set the
build and/or revision numbers.

Thanks in advance
Alice
-----Original Message-----
The version number is determined by settings in the AssemblyInfo (.vb or..cs) file in the project.

===
' Version information for an assembly consists of the following four values:'
' Major Version
' Minor Version
' Build Number
' Revision
'
' You can specify all the values or you can default the Build and RevisionNumbers
' by using the '*' as shown below:

<Assembly: AssemblyVersion("1.0.*")>
===

If you let the build and/or revision numbers be autogenerated (by using the'*') then the formulas that Chris mentioned are used.

Build = number of days since Jan 1, 2000.
Revision = number of seconds since midnight divided by 2

--
Rob Windsor [MVP-VB]
G6 Consulting
Toronto, Canada
"Aaron" <ku*****@yahoo.com> wrote in message
news:ew**************@TK2MSFTNGP10.phx.gbl...
How does the build number works?

right now my assembly is version
1.0.1235.33799

it doesn't change when i re-compiled it.

Thanks.

.

Nov 16 '05 #7

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

1 post views Thread by shea martin | last post: by
9 posts views Thread by Abe Frohnman | last post: by
5 posts views Thread by Aaron | last post: by
2 posts views Thread by Mark | last post: by
8 posts views Thread by Robert Misiak | last post: by
5 posts views Thread by cameron | last post: by
8 posts views Thread by S. HP | last post: by
4 posts views Thread by Pietro | last post: by
3 posts views Thread by prabhupr | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.