Skip to content

Commit b9afe2f

Browse files
committed
vs 2019 support
1 parent 7567e67 commit b9afe2f

File tree

2 files changed

+27
-27
lines changed

2 files changed

+27
-27
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ There are over 130 code snippets for jQuery included. Check out the [snippet lis
2121

2222
## Changelog
2323

24-
**v1.7.0**
25-
- Added VS 2017 support.
24+
**v1.8.0**
25+
- Added VS 2019 support.
2626

2727
[Previous Versions](https://github.com/kspearrin/Visual-Studio-jQuery-Code-Snippets/wiki/Release-Notes)
2828

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
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">
3-
<Metadata>
4-
<Identity Id="0610c27c-b2d5-4d52-87fb-9dc9a0e20d53" Version="1.7.0" Language="en-US" Publisher="Kyle Spearrin"/>
5-
<DisplayName>jQuery Code Snippets</DisplayName>
6-
<Description xml:space="preserve">130+ jQuery code snippets for Visual Studio 2012, 2013, 2015, &amp; 2017.</Description>
7-
<MoreInfo>https://github.com/kspearrin/Visual-Studio-jQuery-Code-Snippets</MoreInfo>
8-
<GettingStartedGuide>https://github.com/kspearrin/Visual-Studio-jQuery-Code-Snippets</GettingStartedGuide>
9-
<ReleaseNotes>https://github.com/kspearrin/Visual-Studio-jQuery-Code-Snippets/wiki/Release-Notes</ReleaseNotes>
10-
<Icon>preview.png</Icon>
11-
<PreviewImage>preview.png</PreviewImage>
12-
<Tags>jquery, snippet, snippets, code snippets</Tags>
13-
</Metadata>
14-
<Installation>
15-
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="11.0"/>
16-
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="12.0"/>
17-
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="14.0"/>
18-
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[15.0,16.0)" />
19-
</Installation>
20-
<Dependencies>
21-
</Dependencies>
22-
<Assets>
23-
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="File" Path="registry.pkgdef"/>
24-
</Assets>
25-
<Prerequisites>
26-
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0.26208.0,16.0)" DisplayName="Visual Studio core editor" />
27-
</Prerequisites>
3+
<Metadata>
4+
<Identity Id="0610c27c-b2d5-4d52-87fb-9dc9a0e20d53" Version="1.8.0" Language="en-US" Publisher="Kyle Spearrin"/>
5+
<DisplayName>jQuery Code Snippets</DisplayName>
6+
<Description xml:space="preserve">130+ jQuery code snippets for Visual Studio 2012, 2013, 2015, &amp; 2017.</Description>
7+
<MoreInfo>https://github.com/kspearrin/Visual-Studio-jQuery-Code-Snippets</MoreInfo>
8+
<GettingStartedGuide>https://github.com/kspearrin/Visual-Studio-jQuery-Code-Snippets</GettingStartedGuide>
9+
<ReleaseNotes>https://github.com/kspearrin/Visual-Studio-jQuery-Code-Snippets/wiki/Release-Notes</ReleaseNotes>
10+
<Icon>preview.png</Icon>
11+
<PreviewImage>preview.png</PreviewImage>
12+
<Tags>jquery, snippet, snippets, code snippets</Tags>
13+
</Metadata>
14+
<Installation>
15+
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="11.0"/>
16+
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="12.0"/>
17+
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="14.0"/>
18+
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[15.0,17.0)" />
19+
</Installation>
20+
<Dependencies>
21+
</Dependencies>
22+
<Assets>
23+
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="File" Path="registry.pkgdef"/>
24+
</Assets>
25+
<Prerequisites>
26+
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,)" DisplayName="Visual Studio core editor" />
27+
</Prerequisites>
2828
</PackageManifest>

0 commit comments

Comments
 (0)