Skip to content

Releases: mattjohnsonpint/TimeZoneConverter

7.2.0

20 Oct 19:25
f96c7a7

Choose a tag to compare

Noteworthy Changes

  • Improve API to help resolve canonical time zones by @ocoanet in #178

Minor Improvements

  • Bump Microsoft.NET.Test.Sdk from 17.12.0 to 18.0.0 by @dependabot[bot] in #181
  • Bump Verify.Xunit from 31.0.2 to 31.0.3 by @dependabot[bot] in #180
  • Bump xunit.runner.visualstudio from 3.0.2 to 3.1.5 by @dependabot[bot] in #179

New Contributors

Full Changelog: 7.1.0...7.2.0

7.1.0

17 Oct 23:58
7d40617

Choose a tag to compare

Noteworthy changes

Minor improvements

New Contributors

Full Changelog: 7.0.0...7.1.0

7.0.0

16 Jan 07:18
06a5ad0

Choose a tag to compare

Bringing the library current.

  • Update targeting to drop .NET 5 and add .NET 9
  • Updated to latest data (IANA 2024b)
  • Update CLDR to latest
  • Update all dependencies

6.1.0

12 Feb 20:33
dcac3b1

Choose a tag to compare

  • Updated to latest data (IANA 2022g)
  • Update NodaTime dependency for TimeZoneConverter.Posix
  • Fix Windows mappings for Mexican time zones (See #136)

6.0.1

05 Sep 02:07
dab355a

Choose a tag to compare

Fix breaking change introduced in 6.0.0. (#129)

6.0.0

03 Sep 05:11

Choose a tag to compare

  • 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.

5.0.0

13 Jan 03:05

Choose a tag to compare

  • Fix bug #108
  • KnownIanaTimeZoneNames, KnownWindowsTimeZoneIds, and KnownRailsTimeZoneNames are now exposed as IReadOnlyCollection<string> instead of ICollection<string>.

4.0.0

11 Jan 23:46

Choose a tag to compare

  • Updated to latest data (IANA 2021e)
  • Dropped support for older targets. Now targeting .NET Standard 2.0 and .NET Framework 4.6.1 only.

3.5.0

08 Apr 16:37

Choose a tag to compare

  • Added override for "South Sudan Standard Time" to "Africa/Juba" - #96
  • Rebuilt data file using latest sources

3.4.0

13 Feb 01:36

Choose a tag to compare

  • Updated to latest data (IANA 2021a)
  • Removed obsolete zones from KnownIanaTimeZoneNames and KnownWindowsTimeZoneIds (#90)
  • Fixed issue with some Canadian zones mapped incorrectly (#91)