From 314f0c3721d542d5c885659e8f5163bbbe872f1c Mon Sep 17 00:00:00 2001 From: tom-englert Date: Mon, 25 Dec 2017 16:35:56 +0100 Subject: [PATCH] V 1.5 --- ProjectConfigurationManager/source.extension.vsixmanifest | 2 +- ReleaseNotes.md | 4 ++++ Version.cs | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ProjectConfigurationManager/source.extension.vsixmanifest b/ProjectConfigurationManager/source.extension.vsixmanifest index 1bd5bbd..bff48a2 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 b67b520..aab360e 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,3 +1,7 @@ +1.5 +- #17: Support C++ project properties. +- Support [Fody](https://github.com/Fody/Fody) configuration. + 1.4 - Improve load performance: lazy load dependencies. - Use text filter for projects, multiple-choice is not useful here. diff --git a/Version.cs b/Version.cs index 6758614..0268250 100644 --- a/Version.cs +++ b/Version.cs @@ -5,5 +5,5 @@ internal static class Product { - public const string Version = "1.4.0.0"; + public const string Version = "1.5.0.0"; } \ No newline at end of file