You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
1.5 KiB
Plaintext
31 lines
1.5 KiB
Plaintext
|
4 days ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
|
||
|
|
<metadata>
|
||
|
|
<id>MaterialDesignThemes</id>
|
||
|
|
<version>4.6.1</version>
|
||
|
|
<title>Material Design Themes XAML Resources</title>
|
||
|
|
<authors>James Willock</authors>
|
||
|
|
<owners>James Willock</owners>
|
||
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||
|
|
<license type="expression">MIT</license>
|
||
|
|
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
|
||
|
|
<icon>images\MaterialDesignThemes.Icon.png</icon>
|
||
|
|
<projectUrl>https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit</projectUrl>
|
||
|
|
<iconUrl>http://materialdesigninxaml.net/images/MD4XAML32.png</iconUrl>
|
||
|
|
<description>ResourceDictionary instances containing Material Design templates and styles for WPF controls in .NET.</description>
|
||
|
|
<releaseNotes>https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit/releases</releaseNotes>
|
||
|
|
<copyright></copyright>
|
||
|
|
<tags>WPF XAML Material Design Theme Colour Color UI UX</tags>
|
||
|
|
<dependencies>
|
||
|
|
<group targetFramework=".NETFramework4.6.2">
|
||
|
|
<dependency id="MaterialDesignColors" version="[2.0.9, 3.0.0)" />
|
||
|
|
</group>
|
||
|
|
<group targetFramework=".NETCoreApp3.1">
|
||
|
|
<dependency id="MaterialDesignColors" version="[2.0.9, 3.0.0)" />
|
||
|
|
</group>
|
||
|
|
<group targetFramework="net6.0">
|
||
|
|
<dependency id="MaterialDesignColors" version="[2.0.9, 3.0.0)" />
|
||
|
|
</group>
|
||
|
|
</dependencies>
|
||
|
|
</metadata>
|
||
|
|
</package>
|