Skip to content

Commit eb90c32

Browse files
committed
Fixed VSIX install issue
VSIX would not install from gallery on 2015 CTP6
1 parent f02176b commit eb90c32

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source.extension.vsixmanifest

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
33
<Metadata>
4-
<Identity Id="MGH.CommentsPlus.a6539c2f-6785-4586-8028-ad923b47224d" Version="1.5" Language="en-US" Publisher="Mads Houmann" />
4+
<Identity Id="MGH.CommentsPlus.a6539c2f-6785-4586-8028-ad923b47224d" Version="1.6" Language="en-US" Publisher="Mads Houmann" />
55
<DisplayName>CommentsPlus</DisplayName>
66
<Description xml:space="preserve">Comments in italics, extra formatting for comments starting with: !, ?, x, e.g., //!</Description>
77
<License>ms-pl.txt</License>
@@ -17,7 +17,6 @@
1717
<InstallationTarget Version="[11.0,]" Id="Microsoft.VisualStudio.IntegratedShell" />
1818
</Installation>
1919
<Dependencies>
20-
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="4.5" />
2120
</Dependencies>
2221
<Assets>
2322
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" />

0 commit comments

Comments
 (0)