Skip to content

Commit 599a6d8

Browse files
committed
V 2.5.13
1 parent 118d295 commit 599a6d8

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

ReleaseNotes.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
2.5.12:
1+
2.5.13:
2+
- Fix #75: Exception in MultipleChoiceFilter.ListBox_ItemsCollectionChanged
3+
4+
2.5.12:
25
- Fix: MultipleChoiceFilter looses selection when control gets unloaded.
36

47
2.5.11:

src/Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<Company>tom-englert.de</Company>
66
<Copyright>Copyright (c) .NET Foundation and Contributors.</Copyright>
77
<Product>Tom's Toolbox</Product>
8-
<Version>2.5.12</Version>
8+
<Version>2.5.13</Version>
99
</PropertyGroup>
1010

1111
<PropertyGroup>
12-
<EnableNETAnalyzers>true</EnableNETAnalyzers>
12+
<EnableNETAnalyzers>True</EnableNETAnalyzers>
1313
<AnalysisMode>AllEnabledByDefault</AnalysisMode>
1414
</PropertyGroup>
1515
</Project>

0 commit comments

Comments
 (0)