Search code examples
c#.netvisual-studioversion

How to change version number printed in apps and features window?


I am developing a C#/.Net application with Visual Studio. See the version indicated in the image below. How can I edit the version information shown in the image? I tried changing AssmeblyInfo, AssemblyInformationalInfo values but those have no impact on the version. enter image description here


Solution

  • Based on my test, first comment is correct.

    You could try right-click project Properties->find Publish Option->change Publish Version.

    enter image description here

    After you published the project and installed it, you will see the following version number in App Features.

    enter image description here