Skip to content

Commit 80a1a12

Browse files
committed
add mahapps xmlns prefix
1 parent f0839cc commit 80a1a12

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

MaterialDesignThemes.MahApps/Properties/AssemblyInfo.cs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
[assembly: AssemblyConfiguration("")]
1414
[assembly: AssemblyCompany("")]
1515
[assembly: AssemblyProduct("MaterialDesignThemes.MahApps")]
16-
[assembly: AssemblyCopyright("Copyright © 2015")]
16+
[assembly: AssemblyCopyright("Copyright © 2015-2016 James Willock, Mulholland Software & Contributors")]
1717
[assembly: AssemblyTrademark("")]
1818
[assembly: AssemblyCulture("")]
1919

@@ -52,6 +52,7 @@
5252
// You can specify all the values or you can default the Build and Revision Numbers
5353
// by using the '*' as shown below:
5454
// [assembly: AssemblyVersion("1.0.*")]
55-
[assembly: AssemblyVersion("0.0.6")]
56-
[assembly: AssemblyFileVersion("0.0.6")]
55+
[assembly: AssemblyVersion("0.0.7")]
56+
[assembly: AssemblyFileVersion("0.0.7")]
57+
[assembly: XmlnsPrefix("http://materialdesigninxaml.net/winfx/xaml/themes", "materialDesignMahApps")]
5758
[assembly: XmlnsDefinition("http://materialdesigninxaml.net/winfx/xaml/themes", "MaterialDesignThemes.MahApps")]

0 commit comments

Comments
 (0)