diff --git a/MahApps.Metro/MahApps.Metro.nuspec b/MahApps.Metro/MahApps.Metro.nuspec index 501c46595a..98f3b13469 100644 --- a/MahApps.Metro/MahApps.Metro.nuspec +++ b/MahApps.Metro/MahApps.Metro.nuspec @@ -2,7 +2,7 @@ MahApps.Metro - 1.2.0.0 + 1.2.1.0 MahApps.Metro Paul Jenkins; Jake Ginnivan; Brendan Forster (shiftkey); Alex Mitchell (Amrykid); Dennis Daume (flagbug); Jan Karger (punker76) Paul Jenkins; Jake Ginnivan @@ -13,7 +13,7 @@ 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. 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. - WPF UI Metro ModernUI XAML Toolkit Library .NET + WPF UI Metro ModernUI Material XAML Toolkit Library .NET diff --git a/MahApps.Metro/Properties/AssemblyInfo.cs b/MahApps.Metro/Properties/AssemblyInfo.cs index f836526ae4..208835ba80 100644 --- a/MahApps.Metro/Properties/AssemblyInfo.cs +++ b/MahApps.Metro/Properties/AssemblyInfo.cs @@ -12,9 +12,9 @@ [assembly: XmlnsDefinition("http://metro.mahapps.com/winfx/xaml/shared", "MahApps.Metro.Converters")] [assembly: XmlnsDefinition("http://metro.mahapps.com/winfx/xaml/controls", "MahApps.Metro.Controls")] -[assembly: AssemblyVersion("1.2.0.0")] -[assembly: AssemblyFileVersion("1.2.0.0")] -[assembly: AssemblyInformationalVersion("1.2.0.0")] +[assembly: AssemblyVersion("1.2.1.0")] +[assembly: AssemblyFileVersion("1.2.1.0")] +[assembly: AssemblyInformationalVersion("1.2.1.0")] [assembly: AssemblyTitleAttribute("MahApps.Metro")] [assembly: AssemblyDescriptionAttribute("Toolkit for creating Metro styled WPF apps")] [assembly: AssemblyProductAttribute("MahApps.Metro")]