Skip to content

Commit

Permalink
V 1.0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-englert committed Dec 31, 2016
1 parent 10c70fc commit c547456
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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.13.0" Language="en-US" Publisher="tom-englert.de" />
<Identity Id="e31595c9-3e0c-4f5c-b35c-dd8d61e364d1" Version="1.0.14.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 All @@ -18,7 +18,7 @@
<InstallationTarget Version="[11.0,16.0)" Id="Microsoft.VisualStudio.Enterprise" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="4.5" />
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,]" />
<Dependency Id="Microsoft.VisualStudio.MPF.11.0" DisplayName="Visual Studio MPF 11.0" d:Source="Installed" Version="[11.0,12.0)" />
</Dependencies>
<Assets>
Expand Down
6 changes: 5 additions & 1 deletion ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
1.0.14.0
* Fix #12: Also show unloaded projects and enable editing of properties.
* Use multiple choice filters instead of simple text filters where appropriate.

1.0.13.0
* Support VS15 RC
* Support VS2017 RC

1.0.12.0
* Fix: Defer property change notifications, else bulk operations on data grid will only execute partially
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.13.0";
public const string Version = "1.0.14.0";
}

0 comments on commit c547456

Please sign in to comment.