Skip to content

Commit 0cda981

Browse files
committed
Support for Visual Studio 2015
1 parent 69ba7b6 commit 0cda981

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

AutoItSyntaxHighlight/source.extension.vsixmanifest

Lines changed: 4 additions & 4 deletions
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.2" Language="en-US" Publisher="David Roller" />
4+
<Identity Id="f0d099a8-5c0d-4414-82c7-ef78c396578b" Version="1.0.0.3" 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,15.0)" Id="Microsoft.VisualStudio.Community" />
14-
<InstallationTarget Version="[12.0,15.0)" Id="Microsoft.VisualStudio.Pro" />
15-
<InstallationTarget Version="[12.0,15.0)" Id="Microsoft.VisualStudio.Enterprise" />
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" />
1616
</Installation>
1717
<Dependencies>
1818
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,9 @@ on the official Visual Studio extension gallery.
2727
**2016-04-28**
2828

2929
- [x] Adjust the human readable names of the colors for the VS settings
30+
31+
## 1.0.0.3
32+
33+
**2016-05-16**
34+
35+
- [x] Support for Visual Studio 115

0 commit comments

Comments
 (0)