I'd like to call System.DateTime.Now.ToString() when compiling and store the returned value in a const String that will not be updated by DateTime.Now.
Is there an easy way to do this? There are plenty of topics on the net about assembly, but I'm not trying to set an assembly version so it doesn't seem the right way to do so.