I have just started looking into Visual Studio 2017 and I want to know if it will be possible to target different versions of Visual Studio with the same VS-Package.
I see that the VSIX manifest version has been upgraded from version 2 to version 3. Currently my VS-Package targets Visual Studio 2010, 2012, 2013 and 2015, using a VSIX manifest version 1.
Will Visual Studio 2017 still support VSIX manifest version 1?
Note:
Right now, I just want to know if this is an option (and I think other people will have the same question).
I know that there will be advantages to using VSIX manifest version 3, which might be compelling. On the other hand, it is attractive to have a single download which targets multiple versions of Visual Studio.
Thanks in advance
Phil