Skip to content

Commit

Permalink
VS2017 support
Browse files Browse the repository at this point in the history
  • Loading branch information
madskristensen committed Nov 25, 2016
1 parent 5c4848f commit 903880e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
version: 1.0.{build}
os: Visual Studio 2015
os: Visual Studio 2017 RC

install:
- ps: (new-object Net.WebClient).DownloadString("https://raw.github.com/madskristensen/ExtensionScripts/master/AppVeyor/vsix.ps1") | iex
Expand Down
4 changes: 2 additions & 2 deletions src/source.extension.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ------------------------------------------------------------------------------
// <auto-generated>
// This file was generated by Extensibility Tools v1.9.178
// This file was generated by Extensibility Tools v1.10.188
// </auto-generated>
// ------------------------------------------------------------------------------
namespace BrowserReloadOnSave
Expand All @@ -9,7 +9,7 @@ static class Vsix
{
public const string Id = "2d8aa02a-8810-421f-97b9-86efc573fea3";
public const string Name = "Browser Reload on Save";
public const string Description = "A Visual Studio extension for ASP.NET projects that leverages Browser Link to to reload all connected browsers when files are saved in Visual Studio.";
public const string Description = @"A Visual Studio extension for ASP.NET projects that leverages Browser Link to to reload all connected browsers when files are saved in Visual Studio.";
public const string Language = "en-US";
public const string Version = "1.0";
public const string Author = "Mads Kristensen";
Expand Down
8 changes: 4 additions & 4 deletions src/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="14.0" />
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="15.0" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
<Dependency Id="Microsoft.VisualStudio.MPF.14.0" DisplayName="Visual Studio MPF 14.0" d:Source="Installed" Version="[14.0]" />
</Dependencies>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,16.0)" DisplayName="Visual Studio core editor" />
<Prerequisite Id="Microsoft.VisualStudio.Component.Web" Version="[15.0,16.0)" DisplayName="Web development tools" />
</Prerequisites>
<Assets>
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" />
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
Expand Down

0 comments on commit 903880e

Please sign in to comment.