Skip to content

Commit

Permalink
Set version to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
punker76 committed Jan 5, 2017
1 parent 513b76c commit 2353ecc
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 6 deletions.
15 changes: 15 additions & 0 deletions docs/release-notes/1.4.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# 1.4.1 Notes

## Changes / Fixes

- [#2793](https://github.com/MahApps/MahApps.Metro/pull/2793) StringToVisibilityConverter should handle null like an empty string
- [#2796](https://github.com/MahApps/MahApps.Metro/pull/2796) HamburgerMenu SelectedIndex Fix
- [#2797](https://github.com/MahApps/MahApps.Metro/pull/2797) Fix NumericUpDown using UseFloatingWatermark
- [#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.

## Closed Issues

- [#2795](https://github.com/MahApps/MahApps.Metro/issues/2795) NumericUpDown Watermark is shown twice when using floatingwatermark for textboxes
- [#2788](https://github.com/MahApps/MahApps.Metro/issues/2788) MetroDataGridCheckBox cell can be changed when IsReadOnly via keyboard + space
- [#2785](https://github.com/MahApps/MahApps.Metro/issues/2785) Vailidation tooltips does not show.
- [#2780](https://github.com/MahApps/MahApps.Metro/issues/2780) External Dialogs not visible with MainWindow set to IgnoreTaskbarOnMaximize
4 changes: 2 additions & 2 deletions src/MahApps.Metro.Build/MahApps.Metro.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>MahApps.Metro</id>
<version>1.4.0.0</version>
<version>1.4.1.0</version>
<title>MahApps.Metro</title>
<authors>Jan Karger, Dennis Daume, Brendan Forster, Paul Jenkins, Jake Ginnivan, Alex Mitchell</authors>
<owners>punker76,shiftkey,aeoth,jakeginnivan</owners>
Expand All @@ -13,7 +13,7 @@
<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>
<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>
<releaseNotes />
<tags>WPF UI Metro ModernUI Material XAML Toolkit Library .NET</tags>
<tags>WPF UI Metro Modern Material XAML Toolkit Library .NET</tags>
</metadata>
<files>
<file src="..\bin\MahApps.Metro\ReleaseNET40\MahApps.Metro.dll" target="lib\net40\MahApps.Metro.dll" />
Expand Down
8 changes: 4 additions & 4 deletions src/MahApps.Metro/MahApps.Metro/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
[assembly: AssemblyDescription("A toolkit for creating Metro / Modern UI styled WPF apps.")]
[assembly: AssemblyCompany("MahApps")]

[assembly: AssemblyVersion("1.4.0.42")]
[assembly: AssemblyFileVersion("1.4.0.42")]
[assembly: AssemblyInformationalVersion("1.4.0.42")]
[assembly: AssemblyProduct("MahApps.Metro 1.4.0")]
[assembly: AssemblyVersion("1.4.1.0")]
[assembly: AssemblyFileVersion("1.4.1.0")]
[assembly: AssemblyInformationalVersion("1.4.1.0")]
[assembly: AssemblyProduct("MahApps.Metro 1.4.1")]

0 comments on commit 2353ecc

Please sign in to comment.