Page 1 of 1

auto increment when compile to exe

Posted: Fri Sep 07, 2012 1:14 am
by staples
How do I auto increment version number each time I compile. I am getting tired of making change manually.

example
I compile, marks as version 1.0.0.0
I compile again, marks as version 1.0.0.1
I compile again, marks as version 1.0.0.2

auto increment when compile to exe

Posted: Fri Sep 07, 2012 4:55 am
by davidc
There is no mechanism for this, but I will add it to the wish list.

David