Skip to content

Commit fcd2b6a

Browse files
committed
1.47
1 parent f7248b6 commit fcd2b6a

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

Release notes.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
1.46
1+
1.47
2+
- Fix #359: shield enumeration of project items against invalid or broken items.
3+
- Fix #363: Revert using CollectionViewSource in XAML, has huge performance impact.
4+
- Fix #364: Applying Translations do not create new resources to target language files.
5+
- Support color themes for the standalone application
6+
7+
1.46
28
- Fix #355: Grouping view: Group headers scroll horizontally with the content
39
- Fix #356: Sorting of columns does not work in grouped view
410

src/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.46.0.0" Language="en-US" Publisher="tom-englert.de" />
4+
<Identity Id="43b35fe0-1f30-48de-887a-68256474202a" Version="1.47.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/dotnet/ResXResourceManager</MoreInfo>

src/ResXManager/ResXManager.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<ProductName>ResX Resource Manager</ProductName>
3333
<PublisherName>tom-englert.de</PublisherName>
3434
<ApplicationRevision>0</ApplicationRevision>
35-
<ApplicationVersion>1.46.0.0</ApplicationVersion>
35+
<ApplicationVersion>1.47.0.0</ApplicationVersion>
3636
<UseApplicationTrust>false</UseApplicationTrust>
3737
<PublishWizardCompleted>true</PublishWizardCompleted>
3838
<BootstrapperEnabled>true</BootstrapperEnabled>

src/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.46.0.0";
8+
public const string Version = "1.47.0.0";
99
}

0 commit comments

Comments
 (0)