Skip to content

Commit cf7510b

Browse files
committed
📌 v1.2.4
1 parent 6d9b648 commit cf7510b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-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.3.0</version>
5+
<version>1.2.4.0</version>
66
<title>MahApps.Metro</title>
77
<authors>Jan Karger, Dennis Daume, Brendan Forster, Paul Jenkins, Jake Ginnivan, Alex Mitchell</authors>
88
<owners>punker76,shiftkey,aeoth,jakeginnivan</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.3.0")]
16-
[assembly: AssemblyFileVersion("1.2.3.0")]
17-
[assembly: AssemblyInformationalVersion("1.2.3.0")]
15+
[assembly: AssemblyVersion("1.2.4.0")]
16+
[assembly: AssemblyFileVersion("1.2.4.0")]
17+
[assembly: AssemblyInformationalVersion("1.2.4.0")]
1818
[assembly: AssemblyTitleAttribute("MahApps.Metro")]
1919
[assembly: AssemblyDescriptionAttribute("Toolkit for creating Metro styled WPF apps")]
20-
[assembly: AssemblyProductAttribute("MahApps.Metro 1.2.3")]
20+
[assembly: AssemblyProductAttribute("MahApps.Metro 1.2.4")]
2121
[assembly: AssemblyCompany("MahApps")]

0 commit comments

Comments
 (0)