HowTo

  • Thread starter Thread starter Jacek Jurkowski
  • Start date Start date
J

Jacek Jurkowski

Automatically increment Assembly Version and File Version
on every project build?
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top