This repository has been archived by the owner on Dec 4, 2024. It is now read-only.
1.1.1
[1.1.1] - 2019-10-23
Fixed:
- The JSON serialization of
User
was producing an extraAnonymous
property in addition toanonymous
. If Newtonsoft.Json was configured globally to force all properties to lowercase, this would cause an exception when serializing a user since the two properties would end up with the same name. (#22)