Skip to content

Commit c3e201d

Browse files
committed
Fix Resharper problem
The colors custom namespace is only used in the palette selector so maybe i can remove it if needed
1 parent 72f0377 commit c3e201d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MaterialDesignColors.Wpf/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
[assembly: AssemblyCopyright("Copyright © 2015")]
1717
[assembly: AssemblyTrademark("")]
1818
[assembly: AssemblyCulture("")]
19-
[assembly: XmlnsPrefix("http://materialdesigninxaml.net/winfx/xaml/colors", "MaterialDesignColors.Wpf")]
19+
[assembly: XmlnsPrefix("http://materialdesigninxaml.net/winfx/xaml/colors", "materialDesignColor")]
2020
[assembly: XmlnsDefinition("http://materialdesigninxaml.net/winfx/xaml/colors", "MaterialDesignColors.Wpf")]
2121

2222
// Setting ComVisible to false makes the types in this assembly not visible

MaterialDesignThemes.Wpf/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
[assembly: AssemblyCopyright("Copyright © 2015")]
1717
[assembly: AssemblyTrademark("")]
1818
[assembly: AssemblyCulture("")]
19-
[assembly: XmlnsPrefix("http://materialdesigninxaml.net/winfx/xaml/themes", "MaterialDesignThemes.Wpf")]
19+
[assembly: XmlnsPrefix("http://materialdesigninxaml.net/winfx/xaml/themes", "materialDesignTheme")]
2020
[assembly: XmlnsDefinition("http://materialdesigninxaml.net/winfx/xaml/themes", "MaterialDesignThemes.Wpf")]
2121

2222
// Setting ComVisible to false makes the types in this assembly not visible

0 commit comments

Comments
 (0)