From 9638b52f83da8bc7474982e11b1aa51a7cc38f7a Mon Sep 17 00:00:00 2001 From: Darth Affe Date: Sun, 22 Jan 2017 12:00:50 +0100 Subject: [PATCH] Updated NuGet stuff to create symbol-packages --- NuGet/RGB.NET.Brushes.nuspec | 3 +++ NuGet/RGB.NET.Core.nuspec | 3 +++ NuGet/RGB.NET.Devices.Corsair.nuspec | 3 +++ NuGet/RGB.NET.Effects.nuspec | 3 +++ NuGet/RGB.NET.Groups.nuspec | 3 +++ NuGet/RGB.NET.Input.Corsair.nuspec | 3 +++ NuGet/RGB.NET.Input.nuspec | 3 +++ NuGet/pack_all.bat | 2 +- 8 files changed, 22 insertions(+), 1 deletion(-) diff --git a/NuGet/RGB.NET.Brushes.nuspec b/NuGet/RGB.NET.Brushes.nuspec index 2c88e52..598afb5 100644 --- a/NuGet/RGB.NET.Brushes.nuspec +++ b/NuGet/RGB.NET.Brushes.nuspec @@ -17,5 +17,8 @@ + + + \ No newline at end of file diff --git a/NuGet/RGB.NET.Core.nuspec b/NuGet/RGB.NET.Core.nuspec index 05c7e4f..e253d3d 100644 --- a/NuGet/RGB.NET.Core.nuspec +++ b/NuGet/RGB.NET.Core.nuspec @@ -17,5 +17,8 @@ + + + \ No newline at end of file diff --git a/NuGet/RGB.NET.Devices.Corsair.nuspec b/NuGet/RGB.NET.Devices.Corsair.nuspec index 5723d47..8460a9c 100644 --- a/NuGet/RGB.NET.Devices.Corsair.nuspec +++ b/NuGet/RGB.NET.Devices.Corsair.nuspec @@ -17,5 +17,8 @@ + + + \ No newline at end of file diff --git a/NuGet/RGB.NET.Effects.nuspec b/NuGet/RGB.NET.Effects.nuspec index 6945150..875ef25 100644 --- a/NuGet/RGB.NET.Effects.nuspec +++ b/NuGet/RGB.NET.Effects.nuspec @@ -17,5 +17,8 @@ + + + \ No newline at end of file diff --git a/NuGet/RGB.NET.Groups.nuspec b/NuGet/RGB.NET.Groups.nuspec index 7fa281b..2c1aac9 100644 --- a/NuGet/RGB.NET.Groups.nuspec +++ b/NuGet/RGB.NET.Groups.nuspec @@ -17,5 +17,8 @@ + + + \ No newline at end of file diff --git a/NuGet/RGB.NET.Input.Corsair.nuspec b/NuGet/RGB.NET.Input.Corsair.nuspec index c5642e8..ae0192e 100644 --- a/NuGet/RGB.NET.Input.Corsair.nuspec +++ b/NuGet/RGB.NET.Input.Corsair.nuspec @@ -17,5 +17,8 @@ + + + \ No newline at end of file diff --git a/NuGet/RGB.NET.Input.nuspec b/NuGet/RGB.NET.Input.nuspec index 5beddea..b7c4ec8 100644 --- a/NuGet/RGB.NET.Input.nuspec +++ b/NuGet/RGB.NET.Input.nuspec @@ -17,5 +17,8 @@ + + + \ No newline at end of file diff --git a/NuGet/pack_all.bat b/NuGet/pack_all.bat index 0fe4b93..3563937 100644 --- a/NuGet/pack_all.bat +++ b/NuGet/pack_all.bat @@ -1 +1 @@ -for /r %%i in (*.nuspec) do nuget.exe pack "%%i" \ No newline at end of file +for /r %%i in (*.nuspec) do nuget.exe pack "%%i" -symbols \ No newline at end of file