Possible Duplicate:
Displaying the build date
I'd like to be able to retrieve the moment when a specific C# assembly was compiled so that I can show the time of compilation along with the version number.
Is it possible to tell a C# compiler to somehow embed the time at which compilation happened into the assembly?