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
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.