diff --git a/RGB.NET.Core/RGB.NET.Core.csproj b/RGB.NET.Core/RGB.NET.Core.csproj index a0e5a88..ea411e3 100644 --- a/RGB.NET.Core/RGB.NET.Core.csproj +++ b/RGB.NET.Core/RGB.NET.Core.csproj @@ -15,10 +15,11 @@ RGB.NET.Core Core-Module of RGB.NET Core-Module of RGB.NET, a C# (.NET) library for accessing various RGB-peripherals - Copyright © Darth Affe 2021 - icon.png + Copyright © Darth Affe 2022 + Copyright © Darth Affe 2022 + icon.png https://github.com/DarthAffe/RGB.NET - LGPL-2.1-only + LGPL-2.1-only Github https://github.com/DarthAffe/RGB.NET True diff --git a/RGB.NET.Devices.Asus/RGB.NET.Devices.Asus.csproj b/RGB.NET.Devices.Asus/RGB.NET.Devices.Asus.csproj index 97ac25e..38e3e45 100644 --- a/RGB.NET.Devices.Asus/RGB.NET.Devices.Asus.csproj +++ b/RGB.NET.Devices.Asus/RGB.NET.Devices.Asus.csproj @@ -15,10 +15,11 @@ RGB.NET.Devices.Asus Asus-Device-Implementations of RGB.NET Asus-Device-Implementations of RGB.NET, a C# (.NET) library for accessing various RGB-peripherals - Copyright © Darth Affe 2021 - icon.png + Copyright © Darth Affe 2022 + Copyright © Darth Affe 2022 + icon.png https://github.com/DarthAffe/RGB.NET - LGPL-2.1-only + LGPL-2.1-only Github https://github.com/DarthAffe/RGB.NET True @@ -64,6 +65,13 @@ + + <_PackageFiles Include="$(OutputPath)\net5.0\Interop.AuraServiceLib.dll"> + None + lib\net5.0\ + + + diff --git a/RGB.NET.Devices.CoolerMaster/RGB.NET.Devices.CoolerMaster.csproj b/RGB.NET.Devices.CoolerMaster/RGB.NET.Devices.CoolerMaster.csproj index c2ee3b8..2d0d6a3 100644 --- a/RGB.NET.Devices.CoolerMaster/RGB.NET.Devices.CoolerMaster.csproj +++ b/RGB.NET.Devices.CoolerMaster/RGB.NET.Devices.CoolerMaster.csproj @@ -15,10 +15,11 @@ RGB.NET.Devices.CoolerMaster Cooler Master-Device-Implementations of RGB.NET Cooler Master-Device-Implementations of RGB.NET, a C# (.NET) library for accessing various RGB-peripherals - Copyright © Darth Affe 2021 - icon.png + Copyright © Darth Affe 2022 + Copyright © Darth Affe 2022 + icon.png https://github.com/DarthAffe/RGB.NET - LGPL-2.1-only + LGPL-2.1-only Github https://github.com/DarthAffe/RGB.NET True diff --git a/RGB.NET.Devices.Corsair/RGB.NET.Devices.Corsair.csproj b/RGB.NET.Devices.Corsair/RGB.NET.Devices.Corsair.csproj index a4f9bb7..9165e9c 100644 --- a/RGB.NET.Devices.Corsair/RGB.NET.Devices.Corsair.csproj +++ b/RGB.NET.Devices.Corsair/RGB.NET.Devices.Corsair.csproj @@ -15,10 +15,11 @@ RGB.NET.Devices.Corsair Corsair-Device-Implementations of RGB.NET Corsair-Device-Implementations of RGB.NET, a C# (.NET) library for accessing various RGB-peripherals - Copyright © Darth Affe 2021 - icon.png + Copyright © Darth Affe 2022 + Copyright © Darth Affe 2022 + icon.png https://github.com/DarthAffe/RGB.NET - LGPL-2.1-only + LGPL-2.1-only Github https://github.com/DarthAffe/RGB.NET True diff --git a/RGB.NET.Devices.DMX/RGB.NET.Devices.DMX.csproj b/RGB.NET.Devices.DMX/RGB.NET.Devices.DMX.csproj index 13bd85e..a896ad7 100644 --- a/RGB.NET.Devices.DMX/RGB.NET.Devices.DMX.csproj +++ b/RGB.NET.Devices.DMX/RGB.NET.Devices.DMX.csproj @@ -15,10 +15,11 @@ RGB.NET.Devices.DMX DMX-Device-Implementations of RGB.NET DMX-Device-Implementations of RGB.NET, a C# (.NET) library for accessing various RGB-peripherals - Copyright © Darth Affe 2021 - icon.png + Copyright © Darth Affe 2022 + Copyright © Darth Affe 2022 + icon.png https://github.com/DarthAffe/RGB.NET - LGPL-2.1-only + LGPL-2.1-only Github https://github.com/DarthAffe/RGB.NET True diff --git a/RGB.NET.Devices.Debug/RGB.NET.Devices.Debug.csproj b/RGB.NET.Devices.Debug/RGB.NET.Devices.Debug.csproj index 9c8d7cc..ced82d6 100644 --- a/RGB.NET.Devices.Debug/RGB.NET.Devices.Debug.csproj +++ b/RGB.NET.Devices.Debug/RGB.NET.Devices.Debug.csproj @@ -15,10 +15,11 @@ RGB.NET.Devices.Debug Debug-Device-Implementations of RGB.NET Debug-Device-Implementations of RGB.NET, a C# (.NET) library - Copyright © Darth Affe 2021 - icon.png + Copyright © Darth Affe 2022 + Copyright © Darth Affe 2022 + icon.png https://github.com/DarthAffe/RGB.NET - LGPL-2.1-only + LGPL-2.1-only Github https://github.com/DarthAffe/RGB.NET True diff --git a/RGB.NET.Devices.Logitech/HID/LightspeedHidLoader.cs b/RGB.NET.Devices.Logitech/HID/LightspeedHidLoader.cs index b45e53a..c4888ba 100644 --- a/RGB.NET.Devices.Logitech/HID/LightspeedHidLoader.cs +++ b/RGB.NET.Devices.Logitech/HID/LightspeedHidLoader.cs @@ -120,8 +120,8 @@ public class LightspeedHIDLoader : IEnumerableRGB.NET.Devices.Logitech Logitech-Device-Implementations of RGB.NET Logitech-Device-Implementations of RGB.NET, a C# (.NET) library for accessing various RGB-peripherals - Copyright © Darth Affe 2021 - icon.png + Copyright © Darth Affe 2022 + Copyright © Darth Affe 2022 + icon.png https://github.com/DarthAffe/RGB.NET - LGPL-2.1-only + LGPL-2.1-only Github https://github.com/DarthAffe/RGB.NET True diff --git a/RGB.NET.Devices.Msi/RGB.NET.Devices.Msi.csproj b/RGB.NET.Devices.Msi/RGB.NET.Devices.Msi.csproj index b8f445b..7dd409b 100644 --- a/RGB.NET.Devices.Msi/RGB.NET.Devices.Msi.csproj +++ b/RGB.NET.Devices.Msi/RGB.NET.Devices.Msi.csproj @@ -15,10 +15,11 @@ RGB.NET.Devices.Msi Msi-Device-Implementations of RGB.NET Msi-Device-Implementations of RGB.NET, a C# (.NET) library for accessing various RGB-peripherals - Copyright © Darth Affe 2021 - icon.png + Copyright © Darth Affe 2022 + Copyright © Darth Affe 2022 + icon.png https://github.com/DarthAffe/RGB.NET - LGPL-2.1-only + LGPL-2.1-only Github https://github.com/DarthAffe/RGB.NET True diff --git a/RGB.NET.Devices.Novation/RGB.NET.Devices.Novation.csproj b/RGB.NET.Devices.Novation/RGB.NET.Devices.Novation.csproj index 0d7a5b4..00fd035 100644 --- a/RGB.NET.Devices.Novation/RGB.NET.Devices.Novation.csproj +++ b/RGB.NET.Devices.Novation/RGB.NET.Devices.Novation.csproj @@ -15,10 +15,11 @@ RGB.NET.Devices.Novation Novation-Device-Implementations of RGB.NET Novation-Device-Implementations of RGB.NET, a C# (.NET) library for accessing various RGB-peripherals - Copyright © Darth Affe 2021 - icon.png + Copyright © Darth Affe 2022 + Copyright © Darth Affe 2022 + icon.png https://github.com/DarthAffe/RGB.NET - LGPL-2.1-only + LGPL-2.1-only Github https://github.com/DarthAffe/RGB.NET True diff --git a/RGB.NET.Devices.PicoPi/RGB.NET.Devices.PicoPi.csproj b/RGB.NET.Devices.PicoPi/RGB.NET.Devices.PicoPi.csproj index 093faed..2aa8df0 100644 --- a/RGB.NET.Devices.PicoPi/RGB.NET.Devices.PicoPi.csproj +++ b/RGB.NET.Devices.PicoPi/RGB.NET.Devices.PicoPi.csproj @@ -15,10 +15,11 @@ RGB.NET.Devices.PicoPi PicoPi-Device-Implementations of RGB.NET PicoPi-Device-Implementations of RGB.NET, a C# (.NET) library for accessing various RGB-peripherals - Copyright © Darth Affe 2021 - icon.png + Copyright © Darth Affe 2022 + Copyright © Darth Affe 2022 + icon.png https://github.com/DarthAffe/RGB.NET - LGPL-2.1-only + LGPL-2.1-only Github https://github.com/DarthAffe/RGB.NET True diff --git a/RGB.NET.Devices.Razer/RGB.NET.Devices.Razer.csproj b/RGB.NET.Devices.Razer/RGB.NET.Devices.Razer.csproj index c3b14ea..0896a9d 100644 --- a/RGB.NET.Devices.Razer/RGB.NET.Devices.Razer.csproj +++ b/RGB.NET.Devices.Razer/RGB.NET.Devices.Razer.csproj @@ -15,10 +15,11 @@ RGB.NET.Devices.Razer Razer-Device-Implementations of RGB.NET Razer-Device-Implementations of RGB.NET, a C# (.NET) library for accessing various RGB-peripherals - Copyright © Darth Affe 2021 - icon.png + Copyright © Darth Affe 2022 + Copyright © Darth Affe 2022 + icon.png https://github.com/DarthAffe/RGB.NET - LGPL-2.1-only + LGPL-2.1-only Github https://github.com/DarthAffe/RGB.NET True diff --git a/RGB.NET.Devices.SteelSeries/RGB.NET.Devices.SteelSeries.csproj b/RGB.NET.Devices.SteelSeries/RGB.NET.Devices.SteelSeries.csproj index 18e4dfc..bac1a4e 100644 --- a/RGB.NET.Devices.SteelSeries/RGB.NET.Devices.SteelSeries.csproj +++ b/RGB.NET.Devices.SteelSeries/RGB.NET.Devices.SteelSeries.csproj @@ -15,10 +15,11 @@ RGB.NET.Devices.SteelSeries SteelSeries-Device-Implementations of RGB.NET SteelSeries-Device-Implementations of RGB.NET, a C# (.NET) library for accessing various RGB-peripherals - Copyright © Darth Affe 2021 - icon.png + Copyright © Darth Affe 2022 + Copyright © Darth Affe 2022 + icon.png https://github.com/DarthAffe/RGB.NET - LGPL-2.1-only + LGPL-2.1-only Github https://github.com/DarthAffe/RGB.NET True diff --git a/RGB.NET.Devices.WS281X/RGB.NET.Devices.WS281X.csproj b/RGB.NET.Devices.WS281X/RGB.NET.Devices.WS281X.csproj index 4064208..232a9fd 100644 --- a/RGB.NET.Devices.WS281X/RGB.NET.Devices.WS281X.csproj +++ b/RGB.NET.Devices.WS281X/RGB.NET.Devices.WS281X.csproj @@ -15,10 +15,11 @@ RGB.NET.Devices.WS281X WS281X-Device-Implementations of RGB.NET WS281X-Device-Implementations of RGB.NET, a C# (.NET) library for accessing various RGB-peripherals - Copyright © Darth Affe 2021 - icon.png + Copyright © Darth Affe 2022 + Copyright © Darth Affe 2022 + icon.png https://github.com/DarthAffe/RGB.NET - LGPL-2.1-only + LGPL-2.1-only Github https://github.com/DarthAffe/RGB.NET True diff --git a/RGB.NET.Devices.Wooting/RGB.NET.Devices.Wooting.csproj b/RGB.NET.Devices.Wooting/RGB.NET.Devices.Wooting.csproj index 6cefc77..7ab5f6c 100644 --- a/RGB.NET.Devices.Wooting/RGB.NET.Devices.Wooting.csproj +++ b/RGB.NET.Devices.Wooting/RGB.NET.Devices.Wooting.csproj @@ -15,10 +15,11 @@ RGB.NET.Devices.Wooting Wooting-Device-Implementations of RGB.NET Wooting-Device-Implementations of RGB.NET, a C# (.NET) library for accessing various RGB-peripherals - Copyright © Darth Affe 2021 - icon.png + Copyright © Darth Affe 2022 + Copyright © Darth Affe 2022 + icon.png https://github.com/DarthAffe/RGB.NET - LGPL-2.1-only + LGPL-2.1-only Github https://github.com/DarthAffe/RGB.NET True diff --git a/RGB.NET.HID/RGB.NET.HID.csproj b/RGB.NET.HID/RGB.NET.HID.csproj index 7c82fa7..6206b2e 100644 --- a/RGB.NET.HID/RGB.NET.HID.csproj +++ b/RGB.NET.HID/RGB.NET.HID.csproj @@ -15,10 +15,11 @@ RGB.NET.HID HID-Module of RGB.NET HID-Module of RGB.NET, a C# (.NET) library for accessing various RGB-peripherals - Copyright © Darth Affe 2021 - icon.png + Copyright © Darth Affe 2022 + Copyright © Darth Affe 2022 + icon.png https://github.com/DarthAffe/RGB.NET - LGPL-2.1-only + LGPL-2.1-only Github https://github.com/DarthAffe/RGB.NET True diff --git a/RGB.NET.Layout/RGB.NET.Layout.csproj b/RGB.NET.Layout/RGB.NET.Layout.csproj index 60ea52d..2fd0f5d 100644 --- a/RGB.NET.Layout/RGB.NET.Layout.csproj +++ b/RGB.NET.Layout/RGB.NET.Layout.csproj @@ -15,10 +15,11 @@ RGB.NET.Layout Layout-Module of RGB.NET Layout-Module of RGB.NET, a C# (.NET) library for accessing various RGB-peripherals - Copyright © Darth Affe 2021 - icon.png + Copyright © Darth Affe 2022 + Copyright © Darth Affe 2022 + icon.png https://github.com/DarthAffe/RGB.NET - LGPL-2.1-only + LGPL-2.1-only Github https://github.com/DarthAffe/RGB.NET True diff --git a/RGB.NET.Presets/RGB.NET.Presets.csproj b/RGB.NET.Presets/RGB.NET.Presets.csproj index 0064028..e561576 100644 --- a/RGB.NET.Presets/RGB.NET.Presets.csproj +++ b/RGB.NET.Presets/RGB.NET.Presets.csproj @@ -15,10 +15,11 @@ RGB.NET.Presets Presets-Presets of RGB.NET Presets for RGB.NET, a C# (.NET) library for accessing various RGB-peripherals - Copyright © Darth Affe 2021 - icon.png + Copyright © Darth Affe 2022 + Copyright © Darth Affe 2022 + icon.png https://github.com/DarthAffe/RGB.NET - LGPL-2.1-only + LGPL-2.1-only Github https://github.com/DarthAffe/RGB.NET True