C# .NET app's product version not updating in Control Panel -> Program -> Uninstall a program

前端 未结 1 694
清歌不尽
清歌不尽 2021-01-28 23:21

I\'m having trouble updating a C# application\'s product number. I updated the [assembly: AssemblyVersion(\"0.0.4.4\")] and [assembly: AssemblyFileVersion(\"0.0.4.4\")] in Assem

相关标签:
1条回答
  • 2021-01-29 00:24

    So I guess my question wasn't clear enough. But I found a way to do it nonetheless, so I thought I'd share it:

    Click on the Installer project -> In "Properties" panel (if you don't see the panel then Window -> Reset Layout), scroll down to the bottom till you see "Version". Set this version number to the number you want to appear in Control Panel.

    And the AssemblyVersion & FileVersion seem to have nothing to do with the Version number. Or at least that what's I thought, someone correct me if I'm wrong.

    0 讨论(0)
提交回复
热议问题