Skip to content

Commit

Permalink
NumericUpDownLib Version 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirkster99 committed Nov 22, 2022
1 parent 80f153b commit 68d5b83
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@

# Overview

## Fixes and Features Added in Version 3.3

### Bug Fixes

- [#53 Fixes "FormatString not working with custom texts", "Control not scaling correctly with HorizontalAlignment set to 'Stretch'"](https://github.com/Dirkster99/NumericUpDownLib/pull/53)

This release has been authored by [Jürgen Holzer](https://github.com/jholzer) :pray:

## Fixes and Features Added in Version 3.3

### Bug Fixes

- [Add AbstractBaseUpDown MinWidth virtual property](https://github.com/Dirkster99/NumericUpDownLib/pull/49)
- [do not adjust the control panel length when use mouse to drap the control of displayLength](https://github.com/Dirkster99/NumericUpDownLib/pull/48)

## Fixes and Features Added in Version 3.2

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions source/NumericUpDownLib/NumericUpDownLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<UseWPF>true</UseWPF>

<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>3.2.0.0</Version>
<AssemblyVersion>3.2.0.0</AssemblyVersion>
<FileVersion>3.2.0.0</FileVersion>
<Version>3.3.0.0</Version>
<AssemblyVersion>3.3.0.0</AssemblyVersion>
<FileVersion>3.3.0.0</FileVersion>
<Company>Open Source</Company>
<Product>NumericUpDownLib</Product>
<Copyright>2013-2021</Copyright>
Expand Down

0 comments on commit 68d5b83

Please sign in to comment.