Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

1.1.1

Compare
Choose a tag to compare
@eli-darkly eli-darkly released this 23 Oct 20:23
ff5fdc5

[1.1.1] - 2019-10-23

Fixed:

  • The JSON serialization of User was producing an extra Anonymous property in addition to anonymous. 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)