mirror of
https://github.com/DarthAffe/RGB.NET.git
synced 2025-12-12 17:48:31 +00:00
Added nuget-metapackages
This commit is contained in:
parent
46f4ebad38
commit
73e2ab2d38
26
NuGet/RGB.NET.Devices.nuspec
Normal file
26
NuGet/RGB.NET.Devices.nuspec
Normal file
@ -0,0 +1,26 @@
|
||||
<?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>1.0.0.0</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>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.Devices.Asus" version="1.0" />
|
||||
<dependency id="RGB.NET.Devices.CoolerMaster" version="1.0" />
|
||||
<dependency id="RGB.NET.Devices.Corsair" version="1.0" />
|
||||
<dependency id="RGB.NET.Devices.Logitech" version="1.0" />
|
||||
<dependency id="RGB.NET.Devices.Msi" version="1.0" />
|
||||
<dependency id="RGB.NET.Devices.Novation" version="1.0" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
</package>
|
||||
23
NuGet/RGB.NET.Presets.nuspec
Normal file
23
NuGet/RGB.NET.Presets.nuspec
Normal 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.Presets</id>
|
||||
<title>RGB.NET.Presets</title>
|
||||
<version>1.0.0.0</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>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="1.0" />
|
||||
<dependency id="RGB.NET.Decorators" version="1.0" />
|
||||
<dependency id="RGB.NET.Groups" version="1.0" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
</package>
|
||||
23
NuGet/RGB.NET.nuspec
Normal file
23
NuGet/RGB.NET.nuspec
Normal 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</id>
|
||||
<title>RGB.NET</title>
|
||||
<version>1.0.0.0</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="1.0" />
|
||||
<dependency id="RGB.NET.Devices" version="1.0" />
|
||||
<dependency id="RGB.NET.Presets" version="1.0" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
</package>
|
||||
@ -1,7 +1,7 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio 15
|
||||
VisualStudioVersion = 15.0.27004.2008
|
||||
VisualStudioVersion = 15.0.27130.0
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RGB.NET.Core", "RGB.NET.Core\RGB.NET.Core.csproj", "{5A4F9A75-75FE-47CD-90E5-914D5B20D232}"
|
||||
EndProject
|
||||
@ -34,9 +34,12 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NuGet", "NuGet", "{06416566
|
||||
NuGet\RGB.NET.Devices.Logitech.nuspec = NuGet\RGB.NET.Devices.Logitech.nuspec
|
||||
NuGet\RGB.NET.Devices.Msi.nuspec = NuGet\RGB.NET.Devices.Msi.nuspec
|
||||
NuGet\RGB.NET.Devices.Novation.nuspec = NuGet\RGB.NET.Devices.Novation.nuspec
|
||||
NuGet\RGB.NET.Devices.nuspec = NuGet\RGB.NET.Devices.nuspec
|
||||
NuGet\RGB.NET.Groups.nuspec = NuGet\RGB.NET.Groups.nuspec
|
||||
NuGet\RGB.NET.Input.Corsair.nuspec = NuGet\RGB.NET.Input.Corsair.nuspec
|
||||
NuGet\RGB.NET.Input.nuspec = NuGet\RGB.NET.Input.nuspec
|
||||
NuGet\RGB.NET.nuspec = NuGet\RGB.NET.nuspec
|
||||
NuGet\RGB.NET.Presets.nuspec = NuGet\RGB.NET.Presets.nuspec
|
||||
NuGet\RGB.NET.WPF.nuspec = NuGet\RGB.NET.WPF.nuspec
|
||||
EndProjectSection
|
||||
EndProject
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user