diff --git a/appveyor.yml b/appveyor.yml
index 12edd2f..b0d5e34 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,4 +1,4 @@
-version: 1.0.{build}
+image: Visual Studio 2015
install:
- ps: (new-object Net.WebClient).DownloadString("https://raw.github.com/madskristensen/ExtensionScripts/master/AppVeyor/vsix.ps1") | iex
diff --git a/src/source.extension.cs b/src/source.extension.cs
index 446c648..4e56be1 100644
--- a/src/source.extension.cs
+++ b/src/source.extension.cs
@@ -1,12 +1,18 @@
+// ------------------------------------------------------------------------------
+//
+// This file was generated by Extensibility Tools 2015 v1.7.160
+//
+// ------------------------------------------------------------------------------
namespace MadsKristensen.VoiceExtension
{
- static class Vsix
- {
- public const string Id = "b4558cd7-da41-47e7-8969-46c357a1b8b3";
- public const string Name = "Voice Commands";
- public const string Description = "Control Visual Studio using your own voice and with high accuracy";
- public const string Version = "1.6";
- public const string Author = "Mads Kristensen";
- public const string Tags = "voice, speech, speak";
- }
+ static class Vsix
+ {
+ public const string Id = "b4558cd7-da41-47e7-8969-46c357a1b8b3";
+ public const string Name = "Voice Commands";
+ public const string Description = "Control Visual Studio using your own voice and with high accuracy";
+ public const string Language = "en-US";
+ public const string Version = "1.7";
+ public const string Author = "Mads Kristensen";
+ public const string Tags = "voice, speech, speak";
+ }
}
diff --git a/src/source.extension.vsixmanifest b/src/source.extension.vsixmanifest
index 9c99054..8f324fc 100644
--- a/src/source.extension.vsixmanifest
+++ b/src/source.extension.vsixmanifest
@@ -1,7 +1,7 @@
-
+
Voice Commands
Control Visual Studio using your own voice and with high accuracy
http://visualstudiogallery.msdn.microsoft.com/ce35c120-405a-435b-af2a-52ff24eb2c30
@@ -15,6 +15,7 @@
+