Skip to content

Commit

Permalink
📌 v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
punker76 committed Jan 12, 2016
1 parent 0fbaa75 commit 12d9994
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions MahApps.Metro/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.2.0.0</version>
<version>1.2.1.0</version>
<title>MahApps.Metro</title>
<authors>Paul Jenkins; Jake Ginnivan; Brendan Forster (shiftkey); Alex Mitchell (Amrykid); Dennis Daume (flagbug); Jan Karger (punker76)</authors>
<owners>Paul Jenkins; Jake Ginnivan</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 XAML Toolkit Library .NET</tags>
<tags>WPF UI Metro ModernUI Material XAML Toolkit Library .NET</tags>
</metadata>
<files>
<file src="bin\Release\MahApps.Metro.dll" target="lib\net40\MahApps.Metro.dll" />
Expand Down
6 changes: 3 additions & 3 deletions MahApps.Metro/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
Expand Down

0 comments on commit 12d9994

Please sign in to comment.