What's Changed
- Add JsonLibraryVersion and generate JsonStringEnumMemberNameAttriute for >= 9.0, EnumMemberAttribute otherwise by @RicoSuter in #1865
- Reverts the breaking change introduced by "Use [JsonStringEnumMemberName] instead of [EnumMember] #1864"
- Add support for
JsonStringEnumConverter<T>detection and test it by @wellWINeo in #1868 - Update dependencies by @lahma in #1874
- CSharp generator: Fix required keyword and add write accessor (set/init) by @RicoSuter in #1862
New Contributors
- @wellWINeo made their first contribution in #1868
Full Changelog: v11.5.1...v11.5.2