Skip to content

Commit 6653fc3

Browse files
committed
V 1.61
1 parent 500d711 commit 6653fc3

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Release notes.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
1.60
1+
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
27
- Add possibility to filter resources for web export
38
- Make web files export configuration available on configuration tab
49

src/Directory.Build.props

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
<Project>
33
<PropertyGroup>
4-
<Version>1.60.0.0</Version>
4+
<Version>1.61.0.0</Version>
55
<Company>tom-englert.de</Company>
66
<Product>ResXManager</Product>
77
<Copyright>Copyright (c) .NET Foundation and Contributors.</Copyright>

0 commit comments

Comments
 (0)