Assembly.GetExecutingAssembly().GetName().Version
Gets you the version. date&time are imho not included but you could also get
the file modification date of the executable using FileAttributes.
Please refer to the post "Build number" submitted by "Aaron" in this
newsgroup news://[email protected]
for help on how to calculate these. Use the code provided my codymanix
to get the information you need to process.
Please refer to the post "Build number" submitted by "Aaron" in this
newsgroup news://[email protected]
for help on how to calculate these. Use the code provided my codymanix
to get the information you need to process.
HTH,
//Andreas
"codymanix" <[email protected]> skrev i meddelandet but you could also
get