Skip to content

Commit 8015d2b

Browse files
committed
Make extension compatible with Visual Studio 2017
1 parent 673a7d5 commit 8015d2b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

AutoItSyntaxHighlight/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
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.7" Language="en-US" Publisher="David Roller" />
4+
<Identity Id="f0d099a8-5c0d-4414-82c7-ef78c396578b" Version="1.0.0.8" 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>

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,9 @@ on the official Visual Studio extension gallery.
5757
**2017-01-11**
5858

5959
- [x] Make the extension compatible to Visual Studio 2017
60+
61+
## 1.0.0.8
62+
63+
**2017-01-24**
64+
65+
- [x] Make the extension compatible to Visual Studio 2017

0 commit comments

Comments
 (0)