Skip to content

Commit b7de80d

Browse files
committed
more release prep
1 parent 023bb55 commit b7de80d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

MaterialDesignColors.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<iconUrl>http://materialdesigninxaml.net/images/MD4XAML32.png</iconUrl>
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1313
<description>ResourceDictionary instances containing standard Google Material Design swatches, for inclusion in a XAML application.</description>
14-
<releaseNotes>Google spec at http://www.google.co.uk/design/spec/style/color.html</releaseNotes>
14+
<releaseNotes>https://github.com/ButchersBoy/MaterialDesignInXamlToolkit/releases</releaseNotes>
1515
<copyright>Copyright 2015 James Willock/Mulholland Software Ltd</copyright>
1616
<tags>WPF XAML WinRT Material Design Colour Color UI UX</tags>
1717
</metadata>

MaterialDesignThemes.MahApps.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
<iconUrl>http://materialdesigninxaml.net/images/MD4XAML32.png</iconUrl>
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1313
<description>ResourceDictionary instances containing Material Design templates and styles for WPF controls in the MahApps library.</description>
14-
<releaseNotes>Google spec at http://www.google.co.uk/design/spec/style/color.html</releaseNotes>
14+
<releaseNotes>https://github.com/ButchersBoy/MaterialDesignInXamlToolkit/releases</releaseNotes>
1515
<copyright>Copyright 2015 James Willock/Mulholland Software Ltd</copyright>
1616
<tags>WPF XAML WinRT Material Design Theme Colour Color UI UX</tags>
1717
<dependencies>
1818
<dependency id="MaterialDesignColors" version="1.1.1" />
19-
<dependency id="MaterialDesignThemes" version="1.1.0" />
19+
<dependency id="MaterialDesignThemes" version="1.2.0" />
2020
<dependency id="MahApps.Metro" version="1.1.2" />
2121
</dependencies>
2222
</metadata>

MaterialDesignThemes.Wpf/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@
5454
// You can specify all the values or you can default the Build and Revision Numbers
5555
// by using the '*' as shown below:
5656
// [assembly: AssemblyVersion("1.0.*")]
57-
[assembly: AssemblyVersion("1.0.0.*")]
57+
[assembly: AssemblyVersion("1.2.0.*")]

MaterialDesignThemes.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<iconUrl>http://materialdesigninxaml.net/images/MD4XAML32.png</iconUrl>
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1313
<description>ResourceDictionary instances containing Material Design templates and styles for WPF controls.</description>
14-
<releaseNotes>Google spec at http://www.google.co.uk/design/spec/style/color.html</releaseNotes>
14+
<releaseNotes>https://github.com/ButchersBoy/MaterialDesignInXamlToolkit/releases</releaseNotes>
1515
<copyright>Copyright 2015 James Willock/Mulholland Software Ltd</copyright>
1616
<tags>WPF XAML WinRT Material Design Theme Colour Color UI UX</tags>
1717
<dependencies>

0 commit comments

Comments
 (0)