mirror of
https://github.com/DarthAffe/RGB.NET-NuGet
synced 2025-12-12 07:08:31 +00:00
23 lines
1.1 KiB
XML
23 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
|
<metadata>
|
|
<id>RGB.NET.Asus</id>
|
|
<title>RGB.NET.Asus</title>
|
|
<version>0.0.1</version>
|
|
<authors>Darth Affe</authors>
|
|
<owners>Darth Affe</owners>
|
|
<iconUrl>http://lib.arge.be/icon.png</iconUrl>
|
|
<projectUrl>https://github.com/DarthAffe/RGB.NET</projectUrl>
|
|
<licenseUrl>https://raw.githubusercontent.com/DarthAffe/RGB.NET/master/LICENSE</licenseUrl>
|
|
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
|
<description>Asus-Metapackage of RGB.NET</description>
|
|
<releaseNotes></releaseNotes>
|
|
<summary>Metapackage - containing all libraries needed to work with Asus devices in RGB.NET, a C# (.NET) library for accessing various RGB-peripherals</summary>
|
|
<copyright>Copyright © Wyrez 2017</copyright>
|
|
<language>en-US</language>
|
|
<dependencies>
|
|
<dependency id="RGB.NET.Devices.Asus" version="0.0.1" />
|
|
<dependency id="RGB.NET.Resources.Asus" version="0.1.0" />
|
|
</dependencies>
|
|
</metadata>
|
|
</package> |