Skip to content

Commit 2ae39b2

Browse files
committed
NumericUpDownLib Version 3.4.0.0
1 parent 5a7ca5a commit 2ae39b2

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

Readme.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77

88
# Overview
99

10+
## Fixes and Features Added in Version 3.4
11+
12+
- [#55 Bugfix: Format-Text must return parsed value, else value in textbox will be overwritten with "LastEditingNumericValue" if "IsUpdateValueWhenLostFocus" is enabled on lost focus](https://github.com/Dirkster99/NumericUpDownLib/pull/55)
13+
14+
- [#56 Feature optionally disable mouse wheel](https://github.com/Dirkster99/NumericUpDownLib/pull/56)
15+
1016
## Fixes and Features Added in Version 3.3.1
1117

1218
- [#54 LastEditingNumericValue should be as same as Value when ValueChanged](https://github.com/Dirkster99/NumericUpDownLib/pull/54)

source/NumericUpDownLib/NumericUpDownLib.csproj

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

77
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
8-
<Version>3.3.1.0</Version>
9-
<AssemblyVersion>3.3.1.0</AssemblyVersion>
10-
<FileVersion>3.3.1.0</FileVersion>
8+
<Version>3.4.0.0</Version>
9+
<AssemblyVersion>3.4.0.0</AssemblyVersion>
10+
<FileVersion>3.4.0.0</FileVersion>
1111
<Company>Open Source</Company>
1212
<Product>NumericUpDownLib</Product>
13-
<Copyright>2013-2022</Copyright>
13+
<Copyright>2013-2023</Copyright>
1414
<Description>Provides a numeric up down WPF control that can be used to edit (integer, byte, decimal, double, float, short and many more) values with a textbox and/or up/down arrow (repeat) buttons. Editing can be based on input via mouse wheel, mouse drag, cursor keys, or text editing.</Description>
1515
<PackageProjectUrl>https://github.com/Dirkster99/NumericUpDownLib</PackageProjectUrl>
1616
<RepositoryUrl>https://github.com/Dirkster99/NumericUpDownLib</RepositoryUrl>

0 commit comments

Comments
 (0)