Configured nuget package

This commit is contained in:
Robin Perris 2020-01-13 16:44:19 +00:00
parent 5c362a004b
commit d04cadf105
3 changed files with 24 additions and 2 deletions

View File

@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")] [assembly: AssemblyVersion("2.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")] [assembly: AssemblyFileVersion("2.0.0.0")]

BIN
icon-64.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

22
package.nuspec Normal file
View File

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<package >
<metadata>
<id>DarkUI</id>
<version>2.0.0</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>Expanded with new DarkComboBox, DarkGroupBox, and DarkNumericUpDown controls</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>