From 53aeb215ad71015a7f11dffa460d6345c73977ff Mon Sep 17 00:00:00 2001 From: tom-englert Date: Sat, 22 Dec 2018 17:33:36 +0100 Subject: [PATCH] V 1.8 --- ProjectConfigurationManager/source.extension.vsixmanifest | 2 +- ReleaseNotes.md | 3 +++ Version.cs | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ProjectConfigurationManager/source.extension.vsixmanifest b/ProjectConfigurationManager/source.extension.vsixmanifest index 0d1cec3..6d52e0d 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 c98a8c9..f6c1098 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,3 +1,6 @@ +1.8 +- Support VS2019 + 1.7 - Update packages to use latest version of System.Windows.Interactivity diff --git a/Version.cs b/Version.cs index 4eaf288..ee4484e 100644 --- a/Version.cs +++ b/Version.cs @@ -5,5 +5,5 @@ internal static class Product { - public const string Version = "1.7.0.0"; + public const string Version = "1.8.0.0"; } \ No newline at end of file