Skip to content

Commit 68d5b83

Browse files
committed
NumericUpDownLib Version 3.3
1 parent 80f153b commit 68d5b83

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

Readme.md

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

88
# Overview
99

10+
## Fixes and Features Added in Version 3.3
11+
12+
### Bug Fixes
13+
14+
- [#53 Fixes "FormatString not working with custom texts", "Control not scaling correctly with HorizontalAlignment set to 'Stretch'"](https://github.com/Dirkster99/NumericUpDownLib/pull/53)
15+
16+
This release has been authored by [Jürgen Holzer](https://github.com/jholzer) :pray:
17+
18+
## Fixes and Features Added in Version 3.3
19+
20+
### Bug Fixes
21+
22+
- [Add AbstractBaseUpDown MinWidth virtual property](https://github.com/Dirkster99/NumericUpDownLib/pull/49)
23+
- [do not adjust the control panel length when use mouse to drap the control of displayLength](https://github.com/Dirkster99/NumericUpDownLib/pull/48)
24+
1025
## Fixes and Features Added in Version 3.2
1126

1227
### Bug Fixes

source/NumericUpDownLib/NumericUpDownLib.csproj

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

77
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
8-
<Version>3.2.0.0</Version>
9-
<AssemblyVersion>3.2.0.0</AssemblyVersion>
10-
<FileVersion>3.2.0.0</FileVersion>
8+
<Version>3.3.0.0</Version>
9+
<AssemblyVersion>3.3.0.0</AssemblyVersion>
10+
<FileVersion>3.3.0.0</FileVersion>
1111
<Company>Open Source</Company>
1212
<Product>NumericUpDownLib</Product>
1313
<Copyright>2013-2021</Copyright>

0 commit comments

Comments
 (0)