All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Target netstandard2.1, dropping .NET Core 3.0 support
- Updated various dependencies to latest:
System.Text.Json
: v4.7.2 => v6.0.0Microsoft.Extensions.Configuration
: v3.1.20 => v6.0.0Microsoft.Extensions.Configuration.Json
: v3.1.20 => v6.0.0Microsoft.Extensions.Options.ConfigurationExtensions
: v3.1.20 => v6.0.0
Initial release, with WaySONSerializer
, JsonBinder
, and IServiceCollection
extensions.
See the README for more information.