Skip to content

Commit

Permalink
V 1.0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-englert committed Jun 23, 2016
1 parent 038dfb5 commit 6bdf7f1
Show file tree
Hide file tree
Showing 3 changed files with 7 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.0.6.0" Language="en-US" Publisher="tom-englert.de" />
<Identity Id="e31595c9-3e0c-4f5c-b35c-dd8d61e364d1" Version="1.0.7.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
5 changes: 5 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.0.7.0
* Undo changes if project fails to load after saving.
* Add project types view
* Add dependencies view

1.0.6.0
* Fix #9: Add "Tag" column
* Fix #8: Remove empty columns
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.0.6.0";
public const string Version = "1.0.7.0";
}

0 comments on commit 6bdf7f1

Please sign in to comment.