Skip to content

Commit

Permalink
Skipped Visual Studio 2013 support because of incompatibilities
Browse files Browse the repository at this point in the history
  • Loading branch information
David Roller committed Jun 2, 2016
1 parent 0cda981 commit dfa2385
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
8 changes: 4 additions & 4 deletions AutoItSyntaxHighlight/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<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">
<Metadata>
<Identity Id="f0d099a8-5c0d-4414-82c7-ef78c396578b" Version="1.0.0.3" Language="en-US" Publisher="David Roller" />
<Identity Id="f0d099a8-5c0d-4414-82c7-ef78c396578b" Version="1.0.0.4" Language="en-US" Publisher="David Roller" />
<DisplayName>AutoItSyntaxHighlight</DisplayName>
<Description xml:space="preserve">AutoIt scripting language support for Visual Studio</Description>
<License>LICENSE</License>
Expand All @@ -10,9 +10,9 @@
<Tags>Syntax, Highlight, Script, AutoIt, Language</Tags>
</Metadata>
<Installation>
<InstallationTarget Version="[12.0,16.0)" Id="Microsoft.VisualStudio.Community" />
<InstallationTarget Version="[12.0,16.0)" Id="Microsoft.VisualStudio.Pro" />
<InstallationTarget Version="[12.0,16.0)" Id="Microsoft.VisualStudio.Enterprise" />
<InstallationTarget Version="[14.0,16.0)" Id="Microsoft.VisualStudio.Community" />
<InstallationTarget Version="[14.0,16.0)" Id="Microsoft.VisualStudio.Pro" />
<InstallationTarget Version="[14.0,16.0)" Id="Microsoft.VisualStudio.Enterprise" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,10 @@ on the official Visual Studio extension gallery.

**2016-05-16**

- [x] Support for Visual Studio 115
- [x] Support for Visual Studio 15

## 1.0.0.4

**2016-06-03**

- [x] Skipped Visual Studio 2013 support because of incompatibilities

0 comments on commit dfa2385

Please sign in to comment.