1.5.0
[1.5.0] - 2022-02-02
Added:
- In
HttpTest
,SimpleJsonService.SetJsonConverters
. This is necessary because Json.Net doesn't automatically know how to serialize the LaunchDarkly SDK types that are used in our test services (System.Text.Json would know, but we can't use that because we need to be able to use this test code in .NET Framework 4.5.2).