Skip to content

Commit

Permalink
V 1.41.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-englert committed May 30, 2020
1 parent 5d59c36 commit d625c96
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
11 changes: 10 additions & 1 deletion Release notes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
1.40
1.41
- #191: Integration of DeepL translation service
- Fix #272: Allow to specify ranking for each translator.
- Fix #295: Do not treat invariant empty neutral strings as error.
- Improve UX of column selector.
- Fix: empty neutral values should be considered an error if they are not invariant
- Use a password box for credentials in TranslatorConfiguration
- Fix #315, Fix #307: Google/DeepL translate only 1 language at the same time

1.40
- Provide TS-functions for type-safe formatting.
- Visualize translator activity

Expand Down
2 changes: 1 addition & 1 deletion src/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.40.0.0" Language="en-US" Publisher="tom-englert.de" />
<Identity Id="43b35fe0-1f30-48de-887a-68256474202a" Version="1.41.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/dotnet/ResXResourceManager</MoreInfo>
Expand Down
2 changes: 1 addition & 1 deletion src/ResXManager/ResXManager.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<ProductName>ResX Resource Manager</ProductName>
<PublisherName>tom-englert.de</PublisherName>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.40.0.0</ApplicationVersion>
<ApplicationVersion>1.41.0.0</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<PublishWizardCompleted>true</PublishWizardCompleted>
<BootstrapperEnabled>true</BootstrapperEnabled>
Expand Down
2 changes: 1 addition & 1 deletion src/Trademark.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

[assembly: AssemblyCompany("tom-englert.de")]
[assembly: AssemblyProduct("ResXManager")]
[assembly: AssemblyCopyright("Copyright © tom-englert.de 2012-2020. Distributed under the MIT License.")]
[assembly: AssemblyCopyright("Copyright (c) .NET Foundation and Contributors.")]
[assembly: AssemblyTrademark("")]
2 changes: 1 addition & 1 deletion src/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.40.0.0";
public const string Version = "1.41.0.0";
}

0 comments on commit d625c96

Please sign in to comment.