Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v2.0.0 #19

Merged
merged 2 commits into from
Jan 6, 2024
Merged

v2.0.0 #19

merged 2 commits into from
Jan 6, 2024

Conversation

chullybun
Copy link
Collaborator

  • Enhancement: Breaking change - underlying JSON serialization has been changed from Newtonsoft.Json to System.Text.Json, with new Utility.JsonSerializer encapsulating logic to enable. The following steps are required to migrate existing usage:
    • Rename all attribute references from JsonProperty to JsonPropertyName.
    • Remove all attribute references to [JsonObject(MemberSerialization = MemberSerialization.OptIn)]; opt-in is the default behavior when leveraging the CodeGenClassAttribute attribute.
  • Fixed: All dependencies updated to the latest version.

@chullybun chullybun merged commit a55a3ef into main Jan 6, 2024
2 checks passed
@chullybun chullybun deleted the v2.0.0 branch January 6, 2024 18:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant