Skip to content

Commit

Permalink
V 1.0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-englert committed Aug 9, 2016
1 parent 5e49687 commit d8024cb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
4 changes: 3 additions & 1 deletion ProjectConfigurationManager.sln
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F6FC4892-8BFD-44DA-A727-E8505C72E698}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
README.md = README.md
ReleaseNotes.md = ReleaseNotes.md
ProjectConfigurationManager\source.extension.vsixmanifest = ProjectConfigurationManager\source.extension.vsixmanifest
Version.cs = Version.cs
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProjectConfigurationManager", "ProjectConfigurationManager\ProjectConfigurationManager.csproj", "{EE106338-F696-4DBC-B41E-523DCDC89898}"
Expand Down
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.11.0" Language="en-US" Publisher="tom-englert.de" />
<Identity Id="e31595c9-3e0c-4f5c-b35c-dd8d61e364d1" Version="1.0.12.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.0.12.0
* Fix: Defer property change notifications, else bulk operations on data grid will only execute partially

1.0.11.0
* Fix: Cell color not updated in the PropertiesView

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.11.0";
public const string Version = "1.0.12.0";
}

0 comments on commit d8024cb

Please sign in to comment.