A
Andrus
I want to get last solution build date from my application code in format
yyyymmdd in application created by VWD 2008 Express
Currently I have hard coded string
static readonly string version = "20090615";
but forget to update it at every build.
How to get last build date from application witohut manally updating code
before each build ?
Andrus.
yyyymmdd in application created by VWD 2008 Express
Currently I have hard coded string
static readonly string version = "20090615";
but forget to update it at every build.
How to get last build date from application witohut manally updating code
before each build ?
Andrus.