Skip to content

Commit

Permalink
V 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-englert committed Dec 22, 2018
1 parent eb0068d commit 53aeb21
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ProjectConfigurationManager/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="e31595c9-3e0c-4f5c-b35c-dd8d61e364d1" Version="1.7.0.0" Language="en-US" Publisher="tom-englert.de" />
<Identity Id="e31595c9-3e0c-4f5c-b35c-dd8d61e364d1" Version="1.8.0.0" Language="en-US" Publisher="tom-englert.de" />
<DisplayName>ProjectConfigurationManager</DisplayName>
<Description xml:space="preserve">A Visual Studio extension to ease management of solution and project configurations.</Description>
<MoreInfo>http://tom-englert.github.io/ProjectConfigurationManager</MoreInfo>
Expand Down
3 changes: 3 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
1.8
- Support VS2019

1.7
- Update packages to use latest version of System.Windows.Interactivity

Expand Down
2 changes: 1 addition & 1 deletion Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@

internal static class Product
{
public const string Version = "1.7.0.0";
public const string Version = "1.8.0.0";
}

0 comments on commit 53aeb21

Please sign in to comment.