From cac846ceee84531b96e684e09cffd72b6f137f5d Mon Sep 17 00:00:00 2001 From: tom-englert Date: Tue, 9 Oct 2018 17:29:48 +0200 Subject: [PATCH] V 1.25 --- Release notes.md | 8 +++++++- ResXManager.VSIX/source.extension.vsixmanifest | 2 +- ResXManager/ResXManager.csproj | 2 +- Version.cs | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/Release notes.md b/Release notes.md index 84920002..a7dcf00e 100644 --- a/Release notes.md +++ b/Release notes.md @@ -1,4 +1,10 @@ -1.24 +1.25 +- Fix #166: Option for automatic removing of empty entries +- Fix #171: Bad caret visualization on Move to resource utility with Visual Studio dark theme +- Fix #172: Support pseudo-locales +- Fix #177: Lock untranslatable columns in Excel + +1.24 - Fix #151 and #84: Enhance the Move To Resource dialog. - Fix #143: Add a workaround for the Visual Studio UWP Designer bug to make it work until it gets finally fixed by Microsoft. diff --git a/ResXManager.VSIX/source.extension.vsixmanifest b/ResXManager.VSIX/source.extension.vsixmanifest index 6080e350..94d8bf50 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 ddf70607..c95942c5 100644 --- a/ResXManager/ResXManager.csproj +++ b/ResXManager/ResXManager.csproj @@ -36,7 +36,7 @@ ResX Resource Manager tom-englert.de 0 - 1.24.0.0 + 1.25.0.0 false true true diff --git a/Version.cs b/Version.cs index f4e511df..653c641a 100644 --- a/Version.cs +++ b/Version.cs @@ -5,5 +5,5 @@ internal static class Product { - public const string Version = "1.24.0.0"; + public const string Version = "1.25.0.0"; }