We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 500d711 commit 6653fc3Copy full SHA for 6653fc3
Release notes.md
@@ -1,4 +1,9 @@
1
-1.60
+1.61
2
+- Fix colors to better match VS2022
3
+- Fix #433: possible NullReferenceException
4
+- Avoid blocking of UI when iterating over a large project.
5
+
6
+1.60
7
- Add possibility to filter resources for web export
8
- Make web files export configuration available on configuration tab
9
src/Directory.Build.props
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
- <Version>1.60.0.0</Version>
+ <Version>1.61.0.0</Version>
<Company>tom-englert.de</Company>
<Product>ResXManager</Product>
<Copyright>Copyright (c) .NET Foundation and Contributors.</Copyright>
0 commit comments