Releases: OlegRa/System.DateTimeOnly
Releases · OlegRa/System.DateTimeOnly
Release 8.0.2 [DateTimeOnly.Json]
Package 8.0.2 on NuGet contains the following changes:
- The
System.Text.Json
package updated to version 8.0.4 with fix for the CVE-2024-43485 vulnerability.
Release 8.0.1 [DateTimeOnly.Json]
Package 8.0.1 on NuGet contains the following changes:
- The
System.Text.Json
package updated to version 8.0.4 with fix for the CVE-2024-30105 vulnerability.
Release 8.0.0 [DateTimeOnly.Json]
Release 8.0.1 [DateTimeOnly]
Release 8.0.0 1st beta [DateTimeOnly.Json]
Package 8.0.0-beta1 on NuGet contains the following changes:
- #71 Added support for the reflection-free JSON handling (via source generators) using thin struct wrappers.
Release 8.0.0 1st alpha [DateTimeOnly.Json]
Package 8.0.0-alpha1 on NuGet contains the following changes:
- #71 The Initial version of the NuGet package (thanks to @KieranDevvs for the idea) - test build, publishing, and usage.
Release 8.0.0 [DateTimeOnly]
Release 8.0.0 RC1 [DateTimeOnly]
Package 8.0.0-rc1 on NuGet contains the following changes:
- Cleaned up the codebase using the latest R# settings before the final release.
Release 8.0.0 2nd alpha [DateTimeOnly]
Package 8.0.0-alpha2 on NuGet contains the following changes:
- The
TimeOnly
deconstruction methods implementation changed for better performance (experimental).
Release 8.0.0 1st alpha [DateTimeOnly]
Package 8.0.0-alpha1 on NuGet contains the following changes:
- #28 The changes from .NET 8.0 versions of the
DateOnly
andTimeOnly
classes were backported into this library.