-
Notifications
You must be signed in to change notification settings - Fork 187
/
package.nuspec
22 lines (22 loc) · 1 KB
/
package.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8"?>
<package >
<metadata>
<id>DarkUI</id>
<version>2.0.2</version>
<title>DarkUI</title>
<authors>Robin Perris</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">MIT</license>
<projectUrl>http://www.darkui.com/</projectUrl>
<icon>icon-64.png</icon>
<iconUrl>http://www.darkui.com/images/icon-64.png</iconUrl>
<description>Dark themed control and docking library for .NET WinForms</description>
<releaseNotes>Fixed an issue where clearing the items from a DarkDropDown did not also clear the menu</releaseNotes>
<copyright>Copyright © Robin Perris</copyright>
<tags>docking winforms net-winforms docking-library docking-application c-sharp dotnet dotnet-framework visual-studio visual-studio-themes windows windows-desktop windows-forms</tags>
</metadata>
<files>
<file src="DarkUI\bin\Release\DarkUI.dll" target="lib" />
<file src="icon-64.png" target="" />
</files>
</package>