How to: Automatically increment the ClickOnce publish version
Applies to: Visual Studio Visual Studio for Mac
Note
This article applies to Visual Studio 2017. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here
When publishing a ClickOnce application, changing the Publish Version
property causes the application to be published as an update. By default, Visual Studio automatically increments the Revision
number of the Publish Version
each time you publish the application.
You can disable this behavior on the Publish page of the Project Designer.
Note
The dialog boxes and menu commands you see might differ from those described in Help depending on your active settings or edition. To change your settings, choose Import and Export Settings on the Tools menu. For more information, see Reset settings.
To disable automatically incrementing the publish version
With a project selected in Solution Explorer, on the Project menu, click Properties.
Click the Publish tab.
In the Publish Version section, clear the Automatically increment revision with each release check box.