Does anyone know if there is a way to get a list of dates of previous publishes for a project in Visual Studio Express?
I have a manually-maintained change log of all versions and the changes I’ve made, but I didn’t note the dates (which I now realise I should have done).
I guess I should answer here with how I resolved this in case anyone else comes looking for the solution.
It would appear that there isn’t a nice solution to this, so what I did was use the Windows command line to dump a directory listing into a text file of the folder to which I publish all versions of my project thus:
on the basis that each directory’s creation timestamp is the publish date.