michielpost / Q42.HueApi

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

Consider upgrading to JSON.NET 13 #248

Closed RobertBeekman closed 3 years ago

RobertBeekman commented 3 years ago

Hi,

JSON.NET 13 has been released https://github.com/JamesNK/Newtonsoft.Json/releases/tag/13.0.1 It would be nice if this library could upgrade since it's a widely used dependency and many people will want to stay up-to-date.

PS: Thanks a lot for the library, it's been fun to work with

michielpost commented 3 years ago

I upgraded to json.net 13 and released a new beta version: 3.18.0-beta1 https://www.nuget.org/packages/Q42.HueApi/3.18.0-beta1

This version also includes a lot of nullability fixes, because json.net now has more nullability annotations. That's why this release is a beta release for now.

When I have done some more testing I'll create another release.

RobertBeekman commented 3 years ago

Hey thanks, I'll reference the beta as well see how it goes for me. If I run into trouble I'll let you know

Also saw you guys got some positions open at Q42 👀

michielpost commented 3 years ago

This is in version 3.18.1, now on NuGet