Skip to content

Release 9.1.0 [DateTimeOnly.Json]

Choose a tag to compare

@github-actions github-actions released this 06 Sep 07:00
· 5 commits to master since this release

Package 9.1.0 on NuGet contains the following changes:

  • #102 The System.Text.Json.DateOnly class was renamed to System.Text.Json.JsonDateOnly to prevent ambiguous name resolution problems.
  • #102 The System.Text.Json.TimeOnly class was renamed to System.Text.Json.JsonTimeOnly to prevent ambiguous name resolution problems.
  • #102 Thanks, @Swimburger, for pointing out this problem with breaking the existing code by adding the NuGet package.
  • The System.Text.Json package was upgraded from version 9.0.2 to version 9.0.8 for better compatibility.
  • The Portable.System.DateTimeOnly package was upgraded to version 9.0.1 for better compatibility.