diff --git a/Release notes.md b/Release notes.md index 90abc496..dc907366 100644 --- a/Release notes.md +++ b/Release notes.md @@ -1,4 +1,7 @@ -1.16 +1.17 +- Fix #117, #122, #123 and related: Issues with mixed versions of System.Windows.Interactivity + +1.16 - Fix #117 and related: Issues with mixed versions of System.Windows.Interactivity 1.15 diff --git a/ResXManager.VSIX/source.extension.vsixmanifest b/ResXManager.VSIX/source.extension.vsixmanifest index a842846d..cbdaa2a1 100644 --- a/ResXManager.VSIX/source.extension.vsixmanifest +++ b/ResXManager.VSIX/source.extension.vsixmanifest @@ -1,7 +1,7 @@  - + ResXManager The most popular tool to localize and manage all kind of applications with resx-based resources. Shows all resources of a solution and let's you edit the strings and their localizations in a well-arranged data grid. https://github.com/tom-englert/ResXResourceManager diff --git a/ResXManager/ResXManager.csproj b/ResXManager/ResXManager.csproj index 5b7ed967..b9b62f67 100644 --- a/ResXManager/ResXManager.csproj +++ b/ResXManager/ResXManager.csproj @@ -37,7 +37,7 @@ ResX Resource Manager tom-englert.de 0 - 1.16.0.0 + 1.17.0.0 false true true diff --git a/Version.cs b/Version.cs index cb2e7e02..f6f8c8b2 100644 --- a/Version.cs +++ b/Version.cs @@ -5,5 +5,5 @@ internal static class Product { - public const string Version = "1.16.0.0"; + public const string Version = "1.17.0.0"; }