From d8024cbb7a03b32e66faa89c794b35961076afdc Mon Sep 17 00:00:00 2001 From: tom-englert Date: Tue, 9 Aug 2016 08:39:54 +0200 Subject: [PATCH] V 1.0.12.0 --- ProjectConfigurationManager.sln | 4 +++- ProjectConfigurationManager/source.extension.vsixmanifest | 2 +- ReleaseNotes.md | 3 +++ Version.cs | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ProjectConfigurationManager.sln b/ProjectConfigurationManager.sln index 2b698af..7f60f9f 100644 --- a/ProjectConfigurationManager.sln +++ b/ProjectConfigurationManager.sln @@ -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}" diff --git a/ProjectConfigurationManager/source.extension.vsixmanifest b/ProjectConfigurationManager/source.extension.vsixmanifest index a2861f7..01d8b0a 100644 --- a/ProjectConfigurationManager/source.extension.vsixmanifest +++ b/ProjectConfigurationManager/source.extension.vsixmanifest @@ -1,7 +1,7 @@  - + ProjectConfigurationManager A Visual Studio extension to ease management of solution and project configurations. http://tom-englert.github.io/ProjectConfigurationManager diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 8b8d9cf..964968c 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -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 diff --git a/Version.cs b/Version.cs index 32c5d2a..ab979cc 100644 --- a/Version.cs +++ b/Version.cs @@ -5,5 +5,5 @@ internal static class Product { - public const string Version = "1.0.11.0"; + public const string Version = "1.0.12.0"; } \ No newline at end of file