Skip to content

6.0.0

Compare
Choose a tag to compare
@mattjohnsonpint mattjohnsonpint released this 03 Sep 05:11
· 21 commits to main since this release
  • Updated to latest data (IANA 2022c)
  • Added a target for .NET 6
  • Dropped the .NET Framework 4.6.1 target. Minimum .NET Framework supported is now 4.6.2
  • Performance improvements (#121)
  • Fixed potential duplicate key in time zones (#114)
  • Fix America/Fort_Wayne alias mapping (#117)
  • Add message when throwing TimeZoneNotFoundException (#116)
  • Add link resolution mode when converting from Windows to IANA (#119)
  • Expose IANA Time Zone territories to library consumers (#64 & #125)
  • Lots more tests, including data verification tests
  • Code cleanup, refactoring, CI build, etc.