mirror of
https://github.com/DarthAffe/CUE.NET.git
synced 2025-12-12 16:58:29 +00:00
31 lines
1.4 KiB
XML
31 lines
1.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
|
<metadata>
|
|
<id>CUE.NET</id>
|
|
<title>CUE.NET</title>
|
|
<version>1.1.1.0</version>
|
|
<authors>Darth Affe</authors>
|
|
<owners>Darth Affe</owners>
|
|
<projectUrl>https://github.com/DarthAffe/CUE.NET</projectUrl>
|
|
<licenseUrl>https://raw.githubusercontent.com/DarthAffe/CUE.NET/master/LICENSE</licenseUrl>
|
|
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
|
<description>Corsair HID SDK Wrapper</description>
|
|
<releaseNotes>- Added key-rectangle to BrushRenderTarget
|
|
- Added color-corrections for brushes (gamma is implemented by default)
|
|
- Added Gradient-Wrapping
|
|
- Added an new brush-effect to move gradients
|
|
- Fixed an reference-problem with colors assigned to more than one key
|
|
- Added the associated device to CorsairLeds
|
|
- Fixed some minor code issues
|
|
</releaseNotes>
|
|
<summary>C# (.NET) Wrapper library around the Corsair CUE-SDK</summary>
|
|
<copyright>Copyright © Wyrez 2017</copyright>
|
|
<language>en-US</language>
|
|
</metadata>
|
|
<files>
|
|
<file src="bin\CUE.NET.dll" target="lib\net45\CUE.NET.dll" />
|
|
<file src="bin\x64\" target="build\net45\libs\x64" />
|
|
<file src="bin\x86\" target="build\net45\libs\x86" />
|
|
<file src="CUE.NET.targets" target="build\net45\CUE.NET.targets" />
|
|
</files>
|
|
</package> |