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 118d295 commit 599a6d8Copy full SHA for 599a6d8
ReleaseNotes.md
@@ -1,4 +1,7 @@
1
-2.5.12:
+2.5.13:
2
+- Fix #75: Exception in MultipleChoiceFilter.ListBox_ItemsCollectionChanged
3
+
4
+2.5.12:
5
- Fix: MultipleChoiceFilter looses selection when control gets unloaded.
6
7
2.5.11:
src/Directory.Build.props
@@ -5,11 +5,11 @@
<Company>tom-englert.de</Company>
<Copyright>Copyright (c) .NET Foundation and Contributors.</Copyright>
<Product>Tom's Toolbox</Product>
8
- <Version>2.5.12</Version>
+ <Version>2.5.13</Version>
9
</PropertyGroup>
10
11
<PropertyGroup>
12
- <EnableNETAnalyzers>true</EnableNETAnalyzers>
+ <EnableNETAnalyzers>True</EnableNETAnalyzers>
13
<AnalysisMode>AllEnabledByDefault</AnalysisMode>
14
15
</Project>
0 commit comments