michielpost / Q42.HueApi

C# helper library to talk to the Philips Hue bridge
MIT License
411 stars 114 forks source link

ColorConverter package not in main NuGet package set and not directly linked #235

Closed Exergist closed 3 years ago

Exergist commented 3 years ago

The ReadMe refers to the ColorConverter functionality and the "Wrong RGB" issue mentions that the ColorConverter is in a separate package.

I just wanted to mention (in case this wasn't intentional) that the ColorConverter is not part of the main NuGet package set for Q42.HueAPI as of 3.15.8.

If this IS intentional, then I suggest a link to the ColorConverter NuGet package be added to the ReadMe.

michielpost commented 3 years ago

It's mentioned in the readme, I made it a little more clear.

Exergist commented 3 years ago

Why not just link directly to the NuGet site for the ColorConverters?

The Q42.HueApi.ColorConverters NuGet package contains

or

The Q42.HueApi.ColorConverters NuGet package (download directly from NuGet) contains:

Maybe I'm the dim bulb in the room, but initially it wasn't obvious to me that I had to go find it myself since the rest of the project's NuGet files are directly linked.