diff --git a/ProjectConfigurationManager/source.extension.vsixmanifest b/ProjectConfigurationManager/source.extension.vsixmanifest index 954e2bf..e643ecf 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 a02fdf7..70225f6 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,3 +1,6 @@ +1.0.9.0 +* Add an interactive filter for tags + 1.0.8.0 * Preserve properties column order * Fix block copy issue when columns are reordered diff --git a/Version.cs b/Version.cs index f064139..5ecf334 100644 --- a/Version.cs +++ b/Version.cs @@ -5,5 +5,5 @@ internal static class Product { - public const string Version = "1.0.8.0"; + public const string Version = "1.0.9.0"; } \ No newline at end of file