How to: Set 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
The ClickOnce Publish Version
property determines whether or not the application that you are publishing will be treated as an update. Each time version is incremented, the application will be published as an update.
The Publish Version
property can be set on the Publish page of the Project Designer.
Note
There is a project option that will automatically increment the Publish Version
property each time the application is published; this option is enabled by default. For more information, see How to: Automatically Increment the ClickOnce Publish Version.
To change the publish version
With a project selected in Solution Explorer, on the Project menu click Properties.
Click the Publish tab.
In Publish Version field, increment the Major, Minor, Build, or Revision version numbers.
Note
You should never decrement a version number; doing so could cause unpredictable update behavior.