Skip to content

Commit

Permalink
v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
heku committed Apr 14, 2018
1 parent 675ea1d commit 4747d1d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Kool.EditProject/Vsix.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
internal static class Vsix
{
public const string VERSION = "1.1";
public const string VERSION = "1.2";
public const string PRODUCT = "Kool";
public const string PACKAGE = "Edit Project";
public const string URL = "https://github.com/heku/kool.editproject";
Expand Down
2 changes: 1 addition & 1 deletion Kool.EditProject/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?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="Kool.EditProject.51be3f7e-0e8b-4ad4-b2c9-126445f2ce6a" Version="1.1" Language="en-US" Publisher="Heku" />
<Identity Id="Kool.EditProject.51be3f7e-0e8b-4ad4-b2c9-126445f2ce6a" Version="1.2" Language="en-US" Publisher="Heku" />
<DisplayName>Edit Project</DisplayName>
<Description xml:space="preserve">An open sourced Visual Studio extension to add a project context menu for editing project file.</Description>
<MoreInfo>https://github.com/heku/kool.editproject</MoreInfo>
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.1.{build}
version: 1.2.{build}

branches:
only:
Expand Down

0 comments on commit 4747d1d

Please sign in to comment.