1
0
mirror of https://github.com/DarthAffe/RGB.NET-NuGet synced 2025-12-12 07:08:31 +00:00
RGB.NET-NuGet/RGB.NET.Novation.nuspec
2018-04-02 10:21:17 +02:00

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.Novation</id>
<title>RGB.NET.Novation</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>Novation-Metapackage of RGB.NET</description>
<releaseNotes></releaseNotes>
<summary>Metapackage - containing all libraries needed to work with Novation 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.Novation" version="0.0.1" />
<dependency id="RGB.NET.Resources.Novation" version="0.1.0" />
</dependencies>
</metadata>
</package>