From 6bdf7f17a958bf1fc2026b256baa3b0593149b09 Mon Sep 17 00:00:00 2001 From: tom-englert Date: Thu, 23 Jun 2016 07:25:12 +0200 Subject: [PATCH] V 1.0.7.0 --- ProjectConfigurationManager/source.extension.vsixmanifest | 2 +- ReleaseNotes.md | 5 +++++ Version.cs | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ProjectConfigurationManager/source.extension.vsixmanifest b/ProjectConfigurationManager/source.extension.vsixmanifest index 80449ad..b186332 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 78c0634..2b6c5bd 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,3 +1,8 @@ +1.0.7.0 +* Undo changes if project fails to load after saving. +* Add project types view +* Add dependencies view + 1.0.6.0 * Fix #9: Add "Tag" column * Fix #8: Remove empty columns diff --git a/Version.cs b/Version.cs index f53823f..5d2dcb3 100644 --- a/Version.cs +++ b/Version.cs @@ -5,5 +5,5 @@ internal static class Product { - public const string Version = "1.0.6.0"; + public const string Version = "1.0.7.0"; } \ No newline at end of file