Skip to content

Commit ae59b5c

Browse files
committed
Update NumericUpDownLib.csproj
1 parent 731e13e commit ae59b5c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/NumericUpDownLib/NumericUpDownLib.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<UseWPF>true</UseWPF>
66

77
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
8-
<Version>2.4.2.0</Version>
9-
<AssemblyVersion>2.4.2.0</AssemblyVersion>
10-
<FileVersion>2.4.2.0</FileVersion>
8+
<Version>2.4.2.1</Version>
9+
<AssemblyVersion>2.4.2.1</AssemblyVersion>
10+
<FileVersion>2.4.2.1</FileVersion>
1111
<Company>Open Source</Company>
1212
<Product>NumericUpDownLib</Product>
1313
<Copyright>2013-2020</Copyright>
@@ -18,7 +18,7 @@
1818
<Authors>https://github.com/Dirkster99/NumericUpDownLib</Authors>
1919
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2020
<PackageTags>numericupdown numeric up down integer float double percentage increment decrement custom wpf control mvvm c# .net metro black light themed control library</PackageTags>
21-
<PackageReleaseNotes>BugFix Issue #8 Usage of multiple controls in one application - when setting a value in xaml (binding or manual), increase no longer works.</PackageReleaseNotes>
21+
<PackageReleaseNotes>BugFix PR #10 Do not clear focus when the control change its visibility and its not focused</PackageReleaseNotes>
2222
<NeutralLanguage>en</NeutralLanguage>
2323
<PackageIcon>SyncArrow_64x.png</PackageIcon>
2424
</PropertyGroup>

0 commit comments

Comments
 (0)