Skip to content

Commit ff30074

Browse files
committed
Release 3.1.2
1 parent 16b2617 commit ff30074

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

src/HueApi/HueApi.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77
<WarningsAsErrors>nullable</WarningsAsErrors>
8-
<Version>3.1.1</Version>
8+
<Version>3.1.2</Version>
99
<Authors>Michiel Post</Authors>
1010
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1111
<Description>For Clip v2 API, including Hue Bridge Pro. Open source library for interaction with the Philips Hue Bridge. Allows you to control your lights from C#.</Description>

src/HueApi/LocalHueApi.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ public void StopEventStream()
183183
if (!string.IsNullOrEmpty(this.key))
184184
url = $"api/{this.key}/config";
185185

186-
var client = GetConfiguredHttpClient(ip);
187186
string stringResult = await client.GetStringAsync(url).ConfigureAwait(false);
188187
JsonNode? node = JsonNode.Parse(stringResult);
189188
BridgeConfig? config = null;

src/Q42.HueApi/Q42.HueApi.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.1;net45;net8.0;net7.0;net9.0</TargetFrameworks>
@@ -10,7 +10,7 @@
1010
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1111
<Description>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</Description>
1212
<PackageProjectUrl>https://github.com/michielpost/Q42.HueApi</PackageProjectUrl>
13-
<PackageIconUrl>https://nugetgallery.blob.core.windows.net/icons/DotLessMinification.0.42.1.png</PackageIconUrl>
13+
<PackageIconUrl>https://api.nuget.org/v3-flatcontainer/q42.hueapi/3.23.2/icon</PackageIconUrl>
1414
<RepositoryUrl>https://github.com/michielpost/Q42.HueApi</RepositoryUrl>
1515
<RepositoryType>GitHub</RepositoryType>
1616
<PackageTags>philips hue lights</PackageTags>

0 commit comments

Comments
 (0)