简体   繁体   中英

Visual Studio 2015 Add Publish Version Number

In previous VS versions adding publish version is easy. Just need to go to the project properties -> Publish and specify the publish number as shown in the below figure.

在此输入图像描述

But this is the project properties window from the Visual Studio 2015.

在此输入图像描述

Here I can't find any location to specify the publish version as I did on previous VS versions. So have they dropped this functionality to add publish version numbers or have they moved it to another place??

Try This!

Its free!

https://marketplace.visualstudio.com/items?itemName=PrecisionInfinity.AutomaticVersions

Usage: To configure Automatic Versions, go to the Tools Menu -> Automatic Versions Settings Each time you build your project, the versioning will automatically change. To use the "On Demand" version options, right click on the project and choose "Build New Version"

Hope this helps!

Microsoft deprecated add-ins in Visual Studio 2015 so build number increment add-in is no longer working.

Your possible replacement is VsIncrementer ( link )

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM