I want to show Build On date in About message box, current i'm using File.LastWriteTime (Assembly.GetEntryAssembly(). Location).
//But facing an issue with this approach. Build time comes the time when i installed my app.
E.g. on 1st jan, i created a build and then run .exe on 7th jan to install it. Build on date comes 7th jan not 1stJan.
Any ideas ?