From 87fcb0696b4694dd6b5fd633c9930e2cdfbc6822 Mon Sep 17 00:00:00 2001 From: tom-englert Date: Thu, 15 Mar 2018 17:07:30 +0100 Subject: [PATCH] V 1.13 --- Release notes.md | 7 ++++++- ResXManager.VSIX/source.extension.vsixmanifest | 2 +- ResXManager/ResXManager.csproj | 2 +- Version.cs | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/Release notes.md b/Release notes.md index 5c0f0909..691f77e2 100644 --- a/Release notes.md +++ b/Release notes.md @@ -1,4 +1,9 @@ -1.12 +1.13 +- Fix #98: Newtonsoft.json was excluded by MS build task. +- Fix #95: zh-hant support for Google Translator. +- Fix #97: Too many warnings about missing translations block the build. + +1.12 - Fix #60: Center dialog on the window containing the ResourceView - Fix #33: Text wrapping in cells can be enabled. - Fix #28: output warnings in the error list. diff --git a/ResXManager.VSIX/source.extension.vsixmanifest b/ResXManager.VSIX/source.extension.vsixmanifest index 378c339b..77ed7cd8 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 4c28534d..5da55698 100644 --- a/ResXManager/ResXManager.csproj +++ b/ResXManager/ResXManager.csproj @@ -37,7 +37,7 @@ ResX Resource Manager tom-englert.de 0 - 1.12.0.0 + 1.13.0.0 false true true diff --git a/Version.cs b/Version.cs index 431e788d..923e506b 100644 --- a/Version.cs +++ b/Version.cs @@ -5,5 +5,5 @@ internal static class Product { - public const string Version = "1.12.0.0"; + public const string Version = "1.13.0.0"; }