mirror of
https://github.com/DarthAffe/RGB.NET.git
synced 2025-12-12 09:38:31 +00:00
23 lines
1.0 KiB
XML
23 lines
1.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
|
<metadata>
|
|
<id>RGB.NET</id>
|
|
<title>RGB.NET</title>
|
|
<version>0.0.1</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>Metapackage of RGB.NET</description>
|
|
<releaseNotes></releaseNotes>
|
|
<summary>Metapackage - containing all libraries except UI of 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.Core" version="0.0.1" />
|
|
<dependency id="RGB.NET.Devices" version="0.0.1" />
|
|
<dependency id="RGB.NET.Presets" version="0.0.1" />
|
|
</dependencies>
|
|
</metadata>
|
|
</package> |