Skip to content

Commit cbcfb95

Browse files
committed
remove black colours #115
1 parent 56b1729 commit cbcfb95

File tree

3 files changed

+3
-22
lines changed

3 files changed

+3
-22
lines changed

MaterialDesignColors.Wpf/MaterialDesignColors.Wpf.csproj

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -172,22 +172,6 @@
172172
<Generator>MSBuild:Compile</Generator>
173173
<SubType>Designer</SubType>
174174
</Page>
175-
<Page Include="Themes\MaterialDesignColor.Black.Named.Primary.xaml">
176-
<Generator>MSBuild:Compile</Generator>
177-
<SubType>Designer</SubType>
178-
</Page>
179-
<Page Include="Themes\MaterialDesignColor.Black.Named.xaml">
180-
<Generator>MSBuild:Compile</Generator>
181-
<SubType>Designer</SubType>
182-
</Page>
183-
<Page Include="Themes\MaterialDesignColor.Black.Primary.xaml">
184-
<Generator>MSBuild:Compile</Generator>
185-
<SubType>Designer</SubType>
186-
</Page>
187-
<Page Include="Themes\MaterialDesignColor.Black.xaml">
188-
<Generator>MSBuild:Compile</Generator>
189-
<SubType>Designer</SubType>
190-
</Page>
191175
<Page Include="Themes\MaterialDesignColor.Blue.Accent.xaml">
192176
<Generator>MSBuild:Compile</Generator>
193177
<SubType>Designer</SubType>
@@ -600,10 +584,6 @@
600584
<Generator>MSBuild:Compile</Generator>
601585
<SubType>Designer</SubType>
602586
</Page>
603-
<Page Include="Themes\Recommended\Primary\MaterialDesignColor.Black.xaml">
604-
<Generator>MSBuild:Compile</Generator>
605-
<SubType>Designer</SubType>
606-
</Page>
607587
<Page Include="Themes\Recommended\Primary\MaterialDesignColor.Blue.xaml">
608588
<Generator>MSBuild:Compile</Generator>
609589
<SubType>Designer</SubType>

MaterialDesignColors.Wpf/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,5 @@
5151
// You can specify all the values or you can default the Build and Revision Numbers
5252
// by using the '*' as shown below:
5353
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("1.0.0.*")]
54+
[assembly: AssemblyVersion("1.1.2")]
55+
[assembly: AssemblyFileVersion("1.1.2")]

MaterialDesignColors.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package >
33
<metadata>
44
<id>MaterialDesignColors</id>
5-
<version>1.1.1</version>
5+
<version>1.1.2</version>
66
<title>Material Design Colors XAML Resources</title>
77
<authors>James Willock</authors>
88
<owners>James Willock</owners>

0 commit comments

Comments
 (0)