We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1151f8a commit abf3125Copy full SHA for abf3125
2 files changed
Release notes.md
@@ -1,4 +1,7 @@
1
-1.97:
+1.98:
2
+- Fix #430: Crash on windows scroll after an automatic translation (contributed by https://github.com/nik2143)
3
+
4
+1.97:
5
- Fix #711: CodeReferences and MoveToResources not updated in ResXManager.config.xml when removing items in UI
6
- Support both string format interpolation notations "${key}" and "{{key}}" for web export
7
- Fix #694: CodeReferenceTracker does not detect keys with <space>, also dots are now supported
src/Directory.Build.props
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
- <Version>1.97.0.0</Version>
+ <Version>1.98.0.0</Version>
<Company>tom-englert.de</Company>
<Product>ResXManager</Product>
<Copyright>Copyright (c) .NET Foundation and Contributors.</Copyright>
0 commit comments