From d811aab951d127cb6b5d775a368a0f1f09e24f18 Mon Sep 17 00:00:00 2001 From: Michiel Post Date: Sat, 23 Mar 2024 11:49:51 +0100 Subject: [PATCH] Updated version to build new NuGet packages with MIT license included in the NuGet package --- src/HueApi.ColorConverters/HueApi.ColorConverters.csproj | 2 +- src/HueApi.Entertainment/HueApi.Entertainment.csproj | 2 +- src/HueApi/HueApi.csproj | 2 +- .../Q42.HueApi.ColorConverters.csproj | 2 +- src/Q42.HueApi.Streaming/Q42.HueApi.Streaming.csproj | 2 +- src/Q42.HueApi/Q42.HueApi.csproj | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/HueApi.ColorConverters/HueApi.ColorConverters.csproj b/src/HueApi.ColorConverters/HueApi.ColorConverters.csproj index a52c446..b007d14 100644 --- a/src/HueApi.ColorConverters/HueApi.ColorConverters.csproj +++ b/src/HueApi.ColorConverters/HueApi.ColorConverters.csproj @@ -6,7 +6,7 @@ enable enable nullable - 1.5.0 + 1.5.1 Michiel Post MIT For Clip v2 API. Open source library for interaction with the Philips Hue Bridge. Allows you to control your lights from C#. diff --git a/src/HueApi.Entertainment/HueApi.Entertainment.csproj b/src/HueApi.Entertainment/HueApi.Entertainment.csproj index d32ddf1..76730ab 100644 --- a/src/HueApi.Entertainment/HueApi.Entertainment.csproj +++ b/src/HueApi.Entertainment/HueApi.Entertainment.csproj @@ -6,7 +6,7 @@ enable enable nullable - 1.5.0 + 1.5.1 Michiel Post MIT For Clip v2 API. Open source library for interaction with the Philips Hue Bridge. Allows you to control your lights from C#. diff --git a/src/HueApi/HueApi.csproj b/src/HueApi/HueApi.csproj index 5a5e7b0..f55689e 100644 --- a/src/HueApi/HueApi.csproj +++ b/src/HueApi/HueApi.csproj @@ -6,7 +6,7 @@ enable enable nullable - 1.6.1 + 1.6.2 Michiel Post MIT For Clip v2 API. Open source library for interaction with the Philips Hue Bridge. Allows you to control your lights from C#. diff --git a/src/Q42.HueApi.ColorConverters/Q42.HueApi.ColorConverters.csproj b/src/Q42.HueApi.ColorConverters/Q42.HueApi.ColorConverters.csproj index d393146..0db9d04 100644 --- a/src/Q42.HueApi.ColorConverters/Q42.HueApi.ColorConverters.csproj +++ b/src/Q42.HueApi.ColorConverters/Q42.HueApi.ColorConverters.csproj @@ -5,7 +5,7 @@ latest enable CS8600;CS8601;CS8602;CS8603;CS8625;CS8613 - 3.23.0 + 3.23.1 Q42 Michiel Post, Q42 MIT diff --git a/src/Q42.HueApi.Streaming/Q42.HueApi.Streaming.csproj b/src/Q42.HueApi.Streaming/Q42.HueApi.Streaming.csproj index 3d4efc2..ec558bf 100644 --- a/src/Q42.HueApi.Streaming/Q42.HueApi.Streaming.csproj +++ b/src/Q42.HueApi.Streaming/Q42.HueApi.Streaming.csproj @@ -14,7 +14,7 @@ GitHub philips hue lights entertainment Q42.HueApi.Entertainment - 3.23.0 + 3.23.1 true True snupkg diff --git a/src/Q42.HueApi/Q42.HueApi.csproj b/src/Q42.HueApi/Q42.HueApi.csproj index 52dff47..45756ce 100644 --- a/src/Q42.HueApi/Q42.HueApi.csproj +++ b/src/Q42.HueApi/Q42.HueApi.csproj @@ -5,7 +5,7 @@ latest enable CS8600;CS8601;CS8602;CS8603;CS8625;CS8613 - 3.23.0 + 3.23.1 Michiel Post MIT Open source library for interaction with the Philips Hue Bridge. Allows you to control your lights from C#. Supports .Net Standard 2.0 and .net45