G
Guest
Ive set up my application to read the build version from the <assembly> key
inside my Web.config file using:
string myver = Assembly.GetExecutingAssembly().GetName().Version().ToString()
Is there a way to get the DATE of the build as well?
inside my Web.config file using:
string myver = Assembly.GetExecutingAssembly().GetName().Version().ToString()
Is there a way to get the DATE of the build as well?