Skip to content

Commit a7b6d18

Browse files
committed
📌 v1.2.2
1 parent 12d9994 commit a7b6d18

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

MahApps.Metro/MahApps.Metro.nuspec

Lines changed: 1 addition & 1 deletion
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.2.1.0</version>
5+
<version>1.2.2.0</version>
66
<title>MahApps.Metro</title>
77
<authors>Paul Jenkins; Jake Ginnivan; Brendan Forster (shiftkey); Alex Mitchell (Amrykid); Dennis Daume (flagbug); Jan Karger (punker76)</authors>
88
<owners>Paul Jenkins; Jake Ginnivan</owners>

MahApps.Metro/Properties/AssemblyInfo.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
[assembly: XmlnsDefinition("http://metro.mahapps.com/winfx/xaml/shared", "MahApps.Metro.Converters")]
1313
[assembly: XmlnsDefinition("http://metro.mahapps.com/winfx/xaml/controls", "MahApps.Metro.Controls")]
1414

15-
[assembly: AssemblyVersion("1.2.1.0")]
16-
[assembly: AssemblyFileVersion("1.2.1.0")]
17-
[assembly: AssemblyInformationalVersion("1.2.1.0")]
15+
[assembly: AssemblyVersion("1.2.2.0")]
16+
[assembly: AssemblyFileVersion("1.2.2.0")]
17+
[assembly: AssemblyInformationalVersion("1.2.2.0")]
1818
[assembly: AssemblyTitleAttribute("MahApps.Metro")]
1919
[assembly: AssemblyDescriptionAttribute("Toolkit for creating Metro styled WPF apps")]
20-
[assembly: AssemblyProductAttribute("MahApps.Metro")]
20+
[assembly: AssemblyProductAttribute("MahApps.Metro 1.2.2")]
2121
[assembly: AssemblyCompany("MahApps")]

docs/release-notes/1.2.2.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Notes
2+
3+
MahApps.Metro v1.2.2 bug fix release.
4+
5+
# Bugfixes
6+
7+
- Fixed strong sign assembly stuff

0 commit comments

Comments
 (0)