From f626042f65c4e3913a64febb3efc0b2a7a24f049 Mon Sep 17 00:00:00 2001 From: Darth Affe Date: Mon, 2 Apr 2018 10:21:17 +0200 Subject: [PATCH] Added meta-packages --- RGB.NET.Asus.nuspec | 23 +++++++++++++++++++++++ RGB.NET.CoolerMaster.nuspec | 23 +++++++++++++++++++++++ RGB.NET.Corsair.nuspec | 23 +++++++++++++++++++++++ RGB.NET.DMX.nuspec | 22 ++++++++++++++++++++++ RGB.NET.Debug.nuspec | 22 ++++++++++++++++++++++ RGB.NET.Devices.nuspec | 28 ++++++++++++++++++++++++++++ RGB.NET.Logitech.nuspec | 23 +++++++++++++++++++++++ RGB.NET.Novation.nuspec | 23 +++++++++++++++++++++++ RGB.NET.Presets.nuspec | 24 ++++++++++++++++++++++++ RGB.NET.Razer.nuspec | 23 +++++++++++++++++++++++ RGB.NET.nuspec | 24 ++++++++++++++++++++++++ 11 files changed, 258 insertions(+) create mode 100644 RGB.NET.Asus.nuspec create mode 100644 RGB.NET.CoolerMaster.nuspec create mode 100644 RGB.NET.Corsair.nuspec create mode 100644 RGB.NET.DMX.nuspec create mode 100644 RGB.NET.Debug.nuspec create mode 100644 RGB.NET.Devices.nuspec create mode 100644 RGB.NET.Logitech.nuspec create mode 100644 RGB.NET.Novation.nuspec create mode 100644 RGB.NET.Presets.nuspec create mode 100644 RGB.NET.Razer.nuspec create mode 100644 RGB.NET.nuspec diff --git a/RGB.NET.Asus.nuspec b/RGB.NET.Asus.nuspec new file mode 100644 index 0000000..4f18d36 --- /dev/null +++ b/RGB.NET.Asus.nuspec @@ -0,0 +1,23 @@ + + + + RGB.NET.Asus + RGB.NET.Asus + 0.0.1 + Darth Affe + Darth Affe + http://lib.arge.be/icon.png + https://github.com/DarthAffe/RGB.NET + https://raw.githubusercontent.com/DarthAffe/RGB.NET/master/LICENSE + true + Asus-Metapackage of RGB.NET + + Metapackage - containing all libraries needed to work with Asus devices in RGB.NET, a C# (.NET) library for accessing various RGB-peripherals + Copyright © Wyrez 2017 + en-US + + + + + + \ No newline at end of file diff --git a/RGB.NET.CoolerMaster.nuspec b/RGB.NET.CoolerMaster.nuspec new file mode 100644 index 0000000..1b9d85d --- /dev/null +++ b/RGB.NET.CoolerMaster.nuspec @@ -0,0 +1,23 @@ + + + + RGB.NET.CoolerMaster + RGB.NET.CoolerMaster + 0.0.1 + Darth Affe + Darth Affe + http://lib.arge.be/icon.png + https://github.com/DarthAffe/RGB.NET + https://raw.githubusercontent.com/DarthAffe/RGB.NET/master/LICENSE + true + CoolerMaster-Metapackage of RGB.NET + + Metapackage - containing all libraries needed to work with CoolerMaster devices in RGB.NET, a C# (.NET) library for accessing various RGB-peripherals + Copyright © Wyrez 2017 + en-US + + + + + + \ No newline at end of file diff --git a/RGB.NET.Corsair.nuspec b/RGB.NET.Corsair.nuspec new file mode 100644 index 0000000..5df8671 --- /dev/null +++ b/RGB.NET.Corsair.nuspec @@ -0,0 +1,23 @@ + + + + RGB.NET.Corsair + RGB.NET.Corsair + 0.0.1 + Darth Affe + Darth Affe + http://lib.arge.be/icon.png + https://github.com/DarthAffe/RGB.NET + https://raw.githubusercontent.com/DarthAffe/RGB.NET/master/LICENSE + true + Corsair-Metapackage of RGB.NET + + Metapackage - containing all libraries needed to work with Corsair devices in RGB.NET, a C# (.NET) library for accessing various RGB-peripherals + Copyright © Wyrez 2017 + en-US + + + + + + \ No newline at end of file diff --git a/RGB.NET.DMX.nuspec b/RGB.NET.DMX.nuspec new file mode 100644 index 0000000..b23bad7 --- /dev/null +++ b/RGB.NET.DMX.nuspec @@ -0,0 +1,22 @@ + + + + RGB.NET.DMX + RGB.NET.DMX + 0.0.1 + Darth Affe + Darth Affe + http://lib.arge.be/icon.png + https://github.com/DarthAffe/RGB.NET + https://raw.githubusercontent.com/DarthAffe/RGB.NET/master/LICENSE + true + DMX-Metapackage of RGB.NET + + Metapackage - containing all libraries needed to work with DMX devices in RGB.NET, a C# (.NET) library for accessing various RGB-peripherals + Copyright © Wyrez 2017 + en-US + + + + + \ No newline at end of file diff --git a/RGB.NET.Debug.nuspec b/RGB.NET.Debug.nuspec new file mode 100644 index 0000000..061671c --- /dev/null +++ b/RGB.NET.Debug.nuspec @@ -0,0 +1,22 @@ + + + + RGB.NET.Debug + RGB.NET.Debug + 0.0.1 + Darth Affe + Darth Affe + http://lib.arge.be/icon.png + https://github.com/DarthAffe/RGB.NET + https://raw.githubusercontent.com/DarthAffe/RGB.NET/master/LICENSE + true + Debug-Metapackage of RGB.NET + + Metapackage - containing all libraries supposed to debug applications using RGB.NET, a C# (.NET) library for accessing various RGB-peripherals + Copyright © Wyrez 2017 + en-US + + + + + \ No newline at end of file diff --git a/RGB.NET.Devices.nuspec b/RGB.NET.Devices.nuspec new file mode 100644 index 0000000..ca4f392 --- /dev/null +++ b/RGB.NET.Devices.nuspec @@ -0,0 +1,28 @@ + + + + RGB.NET.Devices + RGB.NET.Devices + 0.0.1 + Darth Affe + Darth Affe + http://lib.arge.be/icon.png + https://github.com/DarthAffe/RGB.NET + https://raw.githubusercontent.com/DarthAffe/RGB.NET/master/LICENSE + true + Device-Metapackage of RGB.NET + + Device-Metapackage - containing all devices of RGB.NET, a C# (.NET) library for accessing various RGB-peripherals + Copyright © Wyrez 2017 + en-US + + + + + + + + + + + \ No newline at end of file diff --git a/RGB.NET.Logitech.nuspec b/RGB.NET.Logitech.nuspec new file mode 100644 index 0000000..94d57cb --- /dev/null +++ b/RGB.NET.Logitech.nuspec @@ -0,0 +1,23 @@ + + + + RGB.NET.Logitech + RGB.NET.Logitech + 0.0.1 + Darth Affe + Darth Affe + http://lib.arge.be/icon.png + https://github.com/DarthAffe/RGB.NET + https://raw.githubusercontent.com/DarthAffe/RGB.NET/master/LICENSE + true + Logitech-Metapackage of RGB.NET + + Metapackage - containing all libraries needed to work with Logitech devices in RGB.NET, a C# (.NET) library for accessing various RGB-peripherals + Copyright © Wyrez 2017 + en-US + + + + + + \ No newline at end of file diff --git a/RGB.NET.Novation.nuspec b/RGB.NET.Novation.nuspec new file mode 100644 index 0000000..a0b98d2 --- /dev/null +++ b/RGB.NET.Novation.nuspec @@ -0,0 +1,23 @@ + + + + RGB.NET.Novation + RGB.NET.Novation + 0.0.1 + Darth Affe + Darth Affe + http://lib.arge.be/icon.png + https://github.com/DarthAffe/RGB.NET + https://raw.githubusercontent.com/DarthAffe/RGB.NET/master/LICENSE + true + Novation-Metapackage of RGB.NET + + Metapackage - containing all libraries needed to work with Novation devices in RGB.NET, a C# (.NET) library for accessing various RGB-peripherals + Copyright © Wyrez 2017 + en-US + + + + + + \ No newline at end of file diff --git a/RGB.NET.Presets.nuspec b/RGB.NET.Presets.nuspec new file mode 100644 index 0000000..61f0cf5 --- /dev/null +++ b/RGB.NET.Presets.nuspec @@ -0,0 +1,24 @@ + + + + RGB.NET.Presets + RGB.NET.Presets + 0.0.1 + Darth Affe + Darth Affe + http://lib.arge.be/icon.png + https://github.com/DarthAffe/RGB.NET + https://raw.githubusercontent.com/DarthAffe/RGB.NET/master/LICENSE + true + Preset-Metapackage of RGB.NET + + Preset-Metapackage, containing all default brushes, decorators and groups of RGB.NET, a C# (.NET) library for accessing various RGB-peripherals + Copyright © Wyrez 2017 + en-US + + + + + + + \ No newline at end of file diff --git a/RGB.NET.Razer.nuspec b/RGB.NET.Razer.nuspec new file mode 100644 index 0000000..4c30460 --- /dev/null +++ b/RGB.NET.Razer.nuspec @@ -0,0 +1,23 @@ + + + + RGB.NET.Razer + RGB.NET.Razer + 0.0.1 + Darth Affe + Darth Affe + http://lib.arge.be/icon.png + https://github.com/DarthAffe/RGB.NET + https://raw.githubusercontent.com/DarthAffe/RGB.NET/master/LICENSE + true + Razer-Metapackage of RGB.NET + + Metapackage - containing all libraries needed to work with Razer devices in RGB.NET, a C# (.NET) library for accessing various RGB-peripherals + Copyright © Wyrez 2017 + en-US + + + + + + \ No newline at end of file diff --git a/RGB.NET.nuspec b/RGB.NET.nuspec new file mode 100644 index 0000000..7ad6144 --- /dev/null +++ b/RGB.NET.nuspec @@ -0,0 +1,24 @@ + + + + RGB.NET + RGB.NET + 0.0.1 + Darth Affe + Darth Affe + http://lib.arge.be/icon.png + https://github.com/DarthAffe/RGB.NET + https://raw.githubusercontent.com/DarthAffe/RGB.NET/master/LICENSE + true + Metapackage of RGB.NET + + Metapackage - containing all libraries except UI of RGB.NET, a C# (.NET) library for accessing various RGB-peripherals + Copyright © Wyrez 2017 + en-US + + + + + + + \ No newline at end of file