I currently have an app displaying the build number in its title window. That\'s well and good except it means nothing to most of the users, who want to know if they have t
I just do:
File.GetCreationTime(GetType().Assembly.Location)