I have Visual Studio 2010 extension that I create and put up on the Visual Studio gallery. When VS 2012 was released I went through a bunch of hopes to redownload all of the right SDK's, just to repackage the vsix with a manifest that included
<VisualStudio Version="12.0"><Edition>Ultimate</Edition><Edition>Premium</Edition><Edition>Pro</Edition></VisualStudio>
Now that VS 2013 is out, do I have to do the same, or is there something that I can do in the manifest to declare that it will run on all future VS's too, or do I need to do this anytime a new version of VS comes out? The binaries will be the same.