Skip to content

6.0.0

Latest
Compare
Choose a tag to compare
@mattjohnsonpint mattjohnsonpint released this 31 Oct 19:16
· 7 commits to main since this release
  • Drop net461 target
  • Add net462, net6.0, and netstandard2.1 targets
  • Update NodaTime and TimeZoneConverter dependencies
  • Update to latest CLDR, IANA, and other data sources
  • Use System.Text.Json instead of Newtonsoft.Json
  • Update public interfaces to use read-only collections and dictionaries where appropriate
  • Ensure results are ordered correctly, where appropriate
  • Add nullability annotations
  • Several performance updates

Internally:

  • Use C# 10 throughout
  • Update project structure
  • Add Verify snapshot tests
  • Add GitHub Actions CI