mirror of
https://github.com/DarthAffe/RGB.NET.git
synced 2025-12-13 10:08:31 +00:00
21 lines
909 B
XML
21 lines
909 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
|
<metadata>
|
|
<id>RGB.NET.Core</id>
|
|
<title>CUE.NET.Core</title>
|
|
<version>1.0.0.0</version>
|
|
<authors>Darth Affe</authors>
|
|
<owners>Darth Affe</owners>
|
|
<projectUrl>https://github.com/DarthAffe/RGB.NET</projectUrl>
|
|
<licenseUrl>https://raw.githubusercontent.com/DarthAffe/RGB.NET/master/LICENSE</licenseUrl>
|
|
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
|
<description>Core-Module of RGB.NET</description>
|
|
<releaseNotes></releaseNotes>
|
|
<summary>Core-Module of RGB.NET, a C# (.NET) library for accessing various RGB-peripherals</summary>
|
|
<copyright>Copyright © Wyrez 2017</copyright>
|
|
<language>en-US</language>
|
|
</metadata>
|
|
<files>
|
|
<file src="..\bin\RGB.NET.Core.dll" target="lib\net45\RGB.NET.Core.dll" />
|
|
</files>
|
|
</package> |