Skip to content

Commit

Permalink
V 1.0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-englert committed Jul 2, 2016
1 parent f9f6e9c commit a446bd6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 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.7.0" Language="en-US" Publisher="tom-englert.de" />
<Identity Id="e31595c9-3e0c-4f5c-b35c-dd8d61e364d1" Version="1.0.8.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: 4 additions & 1 deletion ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
1.0.8.0
*
* Preserve properties column order
* Fix block copy issue when columns are reordered
* Fix some UI issues
* Properly load projects that do not implement "CopyLocal"

1.0.7.0
* Undo changes if project fails to load after saving.
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.7.0";
public const string Version = "1.0.8.0";
}

0 comments on commit a446bd6

Please sign in to comment.