I have an visx based addin (version 1 format) that I have tested with VS "14".
I would like to submit it to the store with the following .vsixmanifest file contents:
<SupportedProducts>
<VisualStudio Version="10.0">
<Edition>Pro</Edition>
</VisualStudio>
<VisualStudio Version="11.0">
<Edition>Pro</Edition>
</VisualStudio>
<VisualStudio Version="12.0">
<Edition>Pro</Edition>
</VisualStudio>
<VisualStudio Version="14.0">
<Edition>Pro</Edition>
</VisualStudio>
</SupportedProducts>
But if I do this, the add-in no longer appears in VS 2013.2 Extensions and Updates dialog. And of course existing users are not aletered of an update.
It appears in the Extensions and Updates dialog in VS 2012 and VS 2012, however.
It does appear in the VS 2013 category on the VS gallery web site.
If i remove
<VisualStudio Version="14.0">
<Edition>Pro</Edition>
</VisualStudio>
Then everything works as expected, but the add-in, than I have tested with VS "14" can not be installed in VS "14".
Is this a bug in the VS Gallery backend web service, or is this "by design"?
The add-in is "SQL Server Compact Toolbox" btw
Please mark as answer, if this was it. Visit my SQL Server Compact blog http://erikej.blogspot.com