Far as I know, you must place a * on the version number you want to increment
(e.g. 1.0.*) and the use the buil all option. Simply recompiling or running
the application do not increment the version. This does not work with the
revision number, so you cannot place * on the fourth digit (e.g. 1.0.0.*) bu
only for the third up (e.g. 1.0.*)
Hope this helps
Cristian
> Automatically increment Assembly Version and File Version
> on every project build?