Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
Fixed #174
  • Loading branch information
madskristensen committed May 2, 2016
1 parent 99588de commit ee09c21
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 13 deletions.
24 changes: 15 additions & 9 deletions EditorExtensions/Source.extension.cs
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
// ------------------------------------------------------------------------------
// <auto-generated>
// This file was generated by Extensibility Tools 2015 v1.7.160
// </auto-generated>
// ------------------------------------------------------------------------------
namespace MadsKristensen.EditorExtensions
{
static class Vsix
{
public const string Id = "5fb7364d-2e8c-44a4-95eb-2a382e30fec9";
public const string Name = "Web Essentials 2015.1";
public const string Description = "Adds many useful features to Visual Studio for web developers. Requires Visual Studio 2015";
public const string Version = "1.0";
public const string Author = "Mads Kristensen";
public const string Tags = "css, javascript, html, json, markdown";
}
static class Vsix
{
public const string Id = "5fb7364d-2e8c-44a4-95eb-2a382e30fec9";
public const string Name = "Web Essentials 2015.2";
public const string Description = "Adds many useful features to Visual Studio for web developers. Requires Visual Studio 2015";
public const string Language = "en-US";
public const string Version = "2.0";
public const string Author = "Mads Kristensen";
public const string Tags = "css, javascript, html, json, markdown";
}
}
2 changes: 1 addition & 1 deletion EditorExtensions/Source.extension.resx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="110" xml:space="preserve">
<value>Web Essentials 2015.1</value>
<value>Web Essentials 2015.2</value>
</data>
<data name="112" xml:space="preserve">
<value>Adds many useful features to Visual Studio for web developers. Requires Visual Studio 2015</value>
Expand Down
6 changes: 3 additions & 3 deletions EditorExtensions/Source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?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="5fb7364d-2e8c-44a4-95eb-2a382e30fec9" Version="1.0" Language="en-US" Publisher="Mads Kristensen" />
<DisplayName>Web Essentials 2015.1</DisplayName>
<Identity Id="5fb7364d-2e8c-44a4-95eb-2a382e30fec9" Version="2.0" Language="en-US" Publisher="Mads Kristensen" />
<DisplayName>Web Essentials 2015.2</DisplayName>
<Description xml:space="preserve">Adds many useful features to Visual Studio for web developers. Requires Visual Studio 2015</Description>
<MoreInfo>http://vswebessentials.com/</MoreInfo>
<License>License.txt</License>
Expand All @@ -13,7 +13,7 @@
<Tags>css, javascript, html, json, markdown</Tags>
</Metadata>
<Installation InstalledByMsi="false">
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[14.0.23000, 15.0)" />
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="14.0" />
</Installation>
<Dependencies>
<Dependency d:Source="Installed" Id="0AC2ABB1-6383-4608-BA51-B58A23DD9E8A" DisplayName="Web Developer Tools" Version="[14.0,15.0)" />
Expand Down

0 comments on commit ee09c21

Please sign in to comment.