It looks like with every new version of my package I have to change the version number in 2 places: .vsixmanifest and InstalledProductRegistration attribute of the VSPackage class. Can I make InstalledProductRegistration take the version number from manifest,
so that I only need to edit it in 1 place?
↧