Updated dll file version on build in visual studio -


Is it possible to increase the file version of DLL in Visual Studio without third party tools or plugins or is running manual By the commands

e.g. I just want to press F5 is the beginning of my creation and all DLL has a new version number if they have not changed then I do not make any difference.

Edit:

Comment below as I autobuildversion.codeplex.com.

try it

In VB 2005, the version number increases when you use the app Publish to Right click on the project and select the property

  • Click the Publish tab
  • Below you will see the published version and one for the free increase Check box

  • Comments

    Popular posts from this blog

    Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

    java - How not to audit a join table and related entities using Hibernate Envers? -

    mongodb - CakePHP paginator ignoring order, but only for certain values -