Skip to content

Commit 2c1ad28

Browse files
committed
Merge pull request #15 from madskristensen/patch-2
Added support for VS2015
2 parents bd0ab72 + 50b821f commit 2c1ad28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jQueryCodeSnippets/source.extension.vsixmanifest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
<Installation>
1313
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="11.0" />
1414
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="12.0" />
15+
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="14.0" />
1516
</Installation>
1617
<Dependencies>
17-
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="4.5" />
1818
</Dependencies>
1919
<Assets>
2020
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="File" Path="registry.pkgdef" />
2121
</Assets>
22-
</PackageManifest>
22+
</PackageManifest>

0 commit comments

Comments
 (0)