Skip to content

Commit dfa2385

Browse files
author
David Roller
committed
Skipped Visual Studio 2013 support because of incompatibilities
1 parent 0cda981 commit dfa2385

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

AutoItSyntaxHighlight/source.extension.vsixmanifest

+4-4
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="f0d099a8-5c0d-4414-82c7-ef78c396578b" Version="1.0.0.3" Language="en-US" Publisher="David Roller" />
4+
<Identity Id="f0d099a8-5c0d-4414-82c7-ef78c396578b" Version="1.0.0.4" Language="en-US" Publisher="David Roller" />
55
<DisplayName>AutoItSyntaxHighlight</DisplayName>
66
<Description xml:space="preserve">AutoIt scripting language support for Visual Studio</Description>
77
<License>LICENSE</License>
@@ -10,9 +10,9 @@
1010
<Tags>Syntax, Highlight, Script, AutoIt, Language</Tags>
1111
</Metadata>
1212
<Installation>
13-
<InstallationTarget Version="[12.0,16.0)" Id="Microsoft.VisualStudio.Community" />
14-
<InstallationTarget Version="[12.0,16.0)" Id="Microsoft.VisualStudio.Pro" />
15-
<InstallationTarget Version="[12.0,16.0)" Id="Microsoft.VisualStudio.Enterprise" />
13+
<InstallationTarget Version="[14.0,16.0)" Id="Microsoft.VisualStudio.Community" />
14+
<InstallationTarget Version="[14.0,16.0)" Id="Microsoft.VisualStudio.Pro" />
15+
<InstallationTarget Version="[14.0,16.0)" Id="Microsoft.VisualStudio.Enterprise" />
1616
</Installation>
1717
<Dependencies>
1818
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,10 @@ on the official Visual Studio extension gallery.
3232

3333
**2016-05-16**
3434

35-
- [x] Support for Visual Studio 115
35+
- [x] Support for Visual Studio 15
36+
37+
## 1.0.0.4
38+
39+
**2016-06-03**
40+
41+
- [x] Skipped Visual Studio 2013 support because of incompatibilities

0 commit comments

Comments
 (0)