michielpost / Q42.HueApi

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

Q42.HueApi.ColorConverters is removed in version 3.4.1 #111

Closed Rep-Hueman closed 7 years ago

Rep-Hueman commented 7 years ago

I get a Error on ColorConverters in version 3.4.X

Error CS0234 The type or namespace name 'ColorConverters' does not exist in the namespace 'Q42.HueApi' (are you missing an assembly reference?)

fout-q42

niels9001 commented 7 years ago

Color converts are part of a separate NuGet package. Is this one added? (You basically need Q42.HueApi, and Q42.HueApi.ColorConverters)

Rep-Hueman commented 7 years ago

Yes thank you.. It is working now.