aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/SideChains/MaterialDesignInXamlToolkit-master/MaterialDesignThemes.MahApps.nuspec
blob: 08a8ab82d67f1c0098381787c22a8d67d5c3db2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0"?>
<package>
  <metadata>
    <id>MaterialDesignThemes.MahApps</id>
    <version>0.1.0-beta</version>
    <title>Material Design Themes XAML Resources For MahApps Controls</title>
    <authors>James Willock</authors>
    <owners>James Willock</owners>
    <licenseUrl>http://opensource.org/licenses/MS-PL</licenseUrl>
    <projectUrl>https://github.com/ButchersBoy/MaterialDesignInXamlToolkit</projectUrl>    
    <iconUrl>http://materialdesigninxaml.net/images/MD4XAML32.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>ResourceDictionary instances containing Material Design templates and styles for WPF controls in the MahApps library.</description>
    <releaseNotes>https://github.com/ButchersBoy/MaterialDesignInXamlToolkit/releases</releaseNotes>
    <copyright>Copyright 2015 James Willock/Mulholland Software Ltd</copyright>
    <tags>WPF XAML WinRT Material Design Theme Colour Color UI UX</tags>
    <dependencies>
      <dependency id="MaterialDesignColors" version="1.1.2" />    
      <dependency id="MaterialDesignThemes" version="1.5.0.523" />    
      <dependency id="MahApps.Metro" version="1.2.4" />    
    </dependencies>
  </metadata>
  <files>    
    <file src="MaterialDesignThemes.MahApps\bin\Release\MaterialDesignThemes.MahApps.dll" target="lib\net45" />
  </files>    
</package>