Skip to content

Commit 2353ecc

Browse files
committed
Set version to 1.4.1
1 parent 513b76c commit 2353ecc

File tree

3 files changed

+21
-6
lines changed

3 files changed

+21
-6
lines changed

docs/release-notes/1.4.1.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# 1.4.1 Notes
2+
3+
## Changes / Fixes
4+
5+
- [#2793](https://github.com/MahApps/MahApps.Metro/pull/2793) StringToVisibilityConverter should handle null like an empty string
6+
- [#2796](https://github.com/MahApps/MahApps.Metro/pull/2796) HamburgerMenu SelectedIndex Fix
7+
- [#2797](https://github.com/MahApps/MahApps.Metro/pull/2797) Fix NumericUpDown using UseFloatingWatermark
8+
- [#2789](https://github.com/MahApps/MahApps.Metro/pull/2789) Prevent the MetroDataGridCheckBox from being toggled by a TAB + SPACE when the cell is supposed to be read only.
9+
10+
## Closed Issues
11+
12+
- [#2795](https://github.com/MahApps/MahApps.Metro/issues/2795) NumericUpDown Watermark is shown twice when using floatingwatermark for textboxes
13+
- [#2788](https://github.com/MahApps/MahApps.Metro/issues/2788) MetroDataGridCheckBox cell can be changed when IsReadOnly via keyboard + space
14+
- [#2785](https://github.com/MahApps/MahApps.Metro/issues/2785) Vailidation tooltips does not show.
15+
- [#2780](https://github.com/MahApps/MahApps.Metro/issues/2780) External Dialogs not visible with MainWindow set to IgnoreTaskbarOnMaximize

src/MahApps.Metro.Build/MahApps.Metro.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
33
<metadata>
44
<id>MahApps.Metro</id>
5-
<version>1.4.0.0</version>
5+
<version>1.4.1.0</version>
66
<title>MahApps.Metro</title>
77
<authors>Jan Karger, Dennis Daume, Brendan Forster, Paul Jenkins, Jake Ginnivan, Alex Mitchell</authors>
88
<owners>punker76,shiftkey,aeoth,jakeginnivan</owners>
@@ -13,7 +13,7 @@
1313
<description>The goal of MahApps.Metro is to allow devs to quickly and easily cobble together a "Metro" or "Modern UI" for their WPF4+ apps, with minimal effort.</description>
1414
<summary>The goal of MahApps.Metro is to allow devs to quickly and easily cobble together a "Metro" or "Modern UI" for their WPF4+ apps, with minimal effort.</summary>
1515
<releaseNotes />
16-
<tags>WPF UI Metro ModernUI Material XAML Toolkit Library .NET</tags>
16+
<tags>WPF UI Metro Modern Material XAML Toolkit Library .NET</tags>
1717
</metadata>
1818
<files>
1919
<file src="..\bin\MahApps.Metro\ReleaseNET40\MahApps.Metro.dll" target="lib\net40\MahApps.Metro.dll" />

src/MahApps.Metro/MahApps.Metro/Properties/AssemblyInfo.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
[assembly: AssemblyDescription("A toolkit for creating Metro / Modern UI styled WPF apps.")]
1616
[assembly: AssemblyCompany("MahApps")]
1717

18-
[assembly: AssemblyVersion("1.4.0.42")]
19-
[assembly: AssemblyFileVersion("1.4.0.42")]
20-
[assembly: AssemblyInformationalVersion("1.4.0.42")]
21-
[assembly: AssemblyProduct("MahApps.Metro 1.4.0")]
18+
[assembly: AssemblyVersion("1.4.1.0")]
19+
[assembly: AssemblyFileVersion("1.4.1.0")]
20+
[assembly: AssemblyInformationalVersion("1.4.1.0")]
21+
[assembly: AssemblyProduct("MahApps.Metro 1.4.1")]

0 commit comments

Comments
 (0)