Skip to content

Commit

Permalink
📌 v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
punker76 committed Jan 12, 2016
1 parent 12d9994 commit a7b6d18
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 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.1.0</version>
<version>1.2.2.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 Down
8 changes: 4 additions & 4 deletions MahApps.Metro/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
[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.1.0")]
[assembly: AssemblyFileVersion("1.2.1.0")]
[assembly: AssemblyInformationalVersion("1.2.1.0")]
[assembly: AssemblyVersion("1.2.2.0")]
[assembly: AssemblyFileVersion("1.2.2.0")]
[assembly: AssemblyInformationalVersion("1.2.2.0")]
[assembly: AssemblyTitleAttribute("MahApps.Metro")]
[assembly: AssemblyDescriptionAttribute("Toolkit for creating Metro styled WPF apps")]
[assembly: AssemblyProductAttribute("MahApps.Metro")]
[assembly: AssemblyProductAttribute("MahApps.Metro 1.2.2")]
[assembly: AssemblyCompany("MahApps")]
7 changes: 7 additions & 0 deletions docs/release-notes/1.2.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Notes

MahApps.Metro v1.2.2 bug fix release.

# Bugfixes

- Fixed strong sign assembly stuff

0 comments on commit a7b6d18

Please sign in to comment.