Skip to content

Commit

Permalink
V 1.53
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-englert committed May 6, 2021
1 parent 172321b commit 0daa398
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 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.52
1.53
- Fix #405: allow to specify Deepl api url, so the free subscription can be used.
- Fix #406: Wrap EnvDTE.Document.ProjectItem to catch unexpected com exceptions.
- Fix #407: string format pattern parsing for patterns with custom format section

1.52
- #403: improve loading, only enumerate project files when view is visible or when needed by a feature.

1.51
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
<Version>1.52.0.0</Version>
<Version>1.53.0.0</Version>
<Company>tom-englert.de</Company>
<Product>ResXManager</Product>
<Copyright>Copyright (c) .NET Foundation and Contributors.</Copyright>
Expand Down

0 comments on commit 0daa398

Please sign in to comment.