Skip to content

Commit 1eae7de

Browse files
committed
V 1.26
1 parent bd76c4b commit 1eae7de

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

Release notes.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
1.25
1+
1.26
2+
- Fix #180: Improve Copy/Paste UX.
3+
- Fix #181: Revert skipping small words in the key
4+
- Fix #182: Improve UX when using the entity FilterText: Auto-escape backslashes if Regex is not valid.
5+
6+
1.25
27
- Fix #166: Option for automatic removing of empty entries
38
- Fix #171: Bad caret visualization on Move to resource utility with Visual Studio dark theme
49
- Fix #172: Support pseudo-locales

ResXManager.VSIX/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
33
<Metadata>
4-
<Identity Id="43b35fe0-1f30-48de-887a-68256474202a" Version="1.25.0.0" Language="en-US" Publisher="tom-englert.de" />
4+
<Identity Id="43b35fe0-1f30-48de-887a-68256474202a" Version="1.26.0.0" Language="en-US" Publisher="tom-englert.de" />
55
<DisplayName>ResXManager</DisplayName>
66
<Description xml:space="preserve">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.</Description>
77
<MoreInfo>https://github.com/tom-englert/ResXResourceManager</MoreInfo>

ResXManager/ResXManager.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<ProductName>ResX Resource Manager</ProductName>
3939
<PublisherName>tom-englert.de</PublisherName>
4040
<ApplicationRevision>0</ApplicationRevision>
41-
<ApplicationVersion>1.25.0.0</ApplicationVersion>
41+
<ApplicationVersion>1.26.0.0</ApplicationVersion>
4242
<UseApplicationTrust>false</UseApplicationTrust>
4343
<PublishWizardCompleted>true</PublishWizardCompleted>
4444
<BootstrapperEnabled>true</BootstrapperEnabled>

Version.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55

66
internal static class Product
77
{
8-
public const string Version = "1.25.0.0";
8+
public const string Version = "1.26.0.0";
99
}

0 commit comments

Comments
 (0)