Skip to content

Commit

Permalink
V 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-englert committed Jul 13, 2018
1 parent 3b38b98 commit 260f621
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion Release notes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
1.22
1.23
- Fix #144: Avoid usage of file info to not fail on long file names according to provided stack trace.
- Fix #148: Improve UX, delete is only enabled if all selected cells can be cleared.
- Fix #152: Workaround for VB special 'My' folder

1.22
- Fix #142: Sorting in UI is not culture aware
- Fix #136: Add text only (csv) export/import feature
- Fix #135: MoveToResource patterns for aspx - fix existing pattern and add alternatives.
Expand Down
2 changes: 1 addition & 1 deletion ResXManager.VSIX/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<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">
<Metadata>
<Identity Id="43b35fe0-1f30-48de-887a-68256474202a" Version="1.22.0.0" Language="en-US" Publisher="tom-englert.de" />
<Identity Id="43b35fe0-1f30-48de-887a-68256474202a" Version="1.23.0.0" Language="en-US" Publisher="tom-englert.de" />
<DisplayName>ResXManager</DisplayName>
<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>
<MoreInfo>https://github.com/tom-englert/ResXResourceManager</MoreInfo>
Expand Down
2 changes: 1 addition & 1 deletion ResXManager/ResXManager.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<ProductName>ResX Resource Manager</ProductName>
<PublisherName>tom-englert.de</PublisherName>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.22.0.0</ApplicationVersion>
<ApplicationVersion>1.23.0.0</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<PublishWizardCompleted>true</PublishWizardCompleted>
<BootstrapperEnabled>true</BootstrapperEnabled>
Expand Down
2 changes: 1 addition & 1 deletion Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@

internal static class Product
{
public const string Version = "1.22.0.0";
public const string Version = "1.23.0.0";
}

0 comments on commit 260f621

Please sign in to comment.