1
0
mirror of https://github.com/DarthAffe/RGB.NET-NuGet synced 2025-12-12 15:18:30 +00:00

Added meta-packages

This commit is contained in:
Darth Affe 2018-04-02 10:21:17 +02:00
parent 06a6a59f8a
commit f626042f65
11 changed files with 258 additions and 0 deletions

23
RGB.NET.Asus.nuspec Normal file
View File

@ -0,0 +1,23 @@
<?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>

View File

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>RGB.NET.CoolerMaster</id>
<title>RGB.NET.CoolerMaster</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>CoolerMaster-Metapackage of RGB.NET</description>
<releaseNotes></releaseNotes>
<summary>Metapackage - containing all libraries needed to work with CoolerMaster 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.CoolerMaster" version="0.0.1" />
<dependency id="RGB.NET.Resources.CoolerMaster" version="0.1.0" />
</dependencies>
</metadata>
</package>

23
RGB.NET.Corsair.nuspec Normal file
View File

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>RGB.NET.Corsair</id>
<title>RGB.NET.Corsair</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>Corsair-Metapackage of RGB.NET</description>
<releaseNotes></releaseNotes>
<summary>Metapackage - containing all libraries needed to work with Corsair 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.Corsair" version="0.0.1" />
<dependency id="RGB.NET.Resources.Corsair" version="0.1.0" />
</dependencies>
</metadata>
</package>

22
RGB.NET.DMX.nuspec Normal file
View File

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>RGB.NET.DMX</id>
<title>RGB.NET.DMX</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>DMX-Metapackage of RGB.NET</description>
<releaseNotes></releaseNotes>
<summary>Metapackage - containing all libraries needed to work with DMX 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.DMX" version="0.0.1" />
</dependencies>
</metadata>
</package>

22
RGB.NET.Debug.nuspec Normal file
View File

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>RGB.NET.Debug</id>
<title>RGB.NET.Debug</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>Debug-Metapackage of RGB.NET</description>
<releaseNotes></releaseNotes>
<summary>Metapackage - containing all libraries supposed to debug applications using 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.Debug" version="0.0.1" />
</dependencies>
</metadata>
</package>

28
RGB.NET.Devices.nuspec Normal file
View File

@ -0,0 +1,28 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>RGB.NET.Devices</id>
<title>RGB.NET.Devices</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>Device-Metapackage of RGB.NET</description>
<releaseNotes></releaseNotes>
<summary>Device-Metapackage - containing all devices 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.Asus" version="0.0.1" />
<dependency id="RGB.NET.CoolerMaster" version="0.0.1" />
<dependency id="RGB.NET.Corsair" version="0.0.1" />
<dependency id="RGB.NET.DMX" version="0.0.1" />
<dependency id="RGB.NET.Logitech" version="0.0.1" />
<dependency id="RGB.NET.Novation" version="0.0.1" />
<dependency id="RGB.NET.Razer" version="0.0.1" />
</dependencies>
</metadata>
</package>

23
RGB.NET.Logitech.nuspec Normal file
View File

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>RGB.NET.Logitech</id>
<title>RGB.NET.Logitech</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>Logitech-Metapackage of RGB.NET</description>
<releaseNotes></releaseNotes>
<summary>Metapackage - containing all libraries needed to work with Logitech 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.Logitech" version="0.0.1" />
<dependency id="RGB.NET.Resources.Logitech" version="0.1.0" />
</dependencies>
</metadata>
</package>

23
RGB.NET.Novation.nuspec Normal file
View File

@ -0,0 +1,23 @@
<?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>

24
RGB.NET.Presets.nuspec Normal file
View File

@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>RGB.NET.Presets</id>
<title>RGB.NET.Presets</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>Preset-Metapackage of RGB.NET</description>
<releaseNotes></releaseNotes>
<summary>Preset-Metapackage, containing all default brushes, decorators and groups 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.Brushes" version="0.0.1" />
<dependency id="RGB.NET.Decorators" version="0.0.1" />
<dependency id="RGB.NET.Groups" version="0.0.1" />
</dependencies>
</metadata>
</package>

23
RGB.NET.Razer.nuspec Normal file
View File

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>RGB.NET.Razer</id>
<title>RGB.NET.Razer</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>Razer-Metapackage of RGB.NET</description>
<releaseNotes></releaseNotes>
<summary>Metapackage - containing all libraries needed to work with Razer 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.Razer" version="0.0.1" />
<dependency id="RGB.NET.Resources.Razer" version="0.1.0" />
</dependencies>
</metadata>
</package>

24
RGB.NET.nuspec Normal file
View File

@ -0,0 +1,24 @@
<?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>
<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>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>