Skip to content

Releases: mattjohnsonpint/TimeZoneConverter

3.0.0

19 Mar 04:32
Compare
Choose a tag to compare
  • Revert America/Metlakatla mapping back to Alaskan Standard Time (#40)
  • Fix mapping for Asia/Qostanay (#43)
  • Add an explicit target for .Net Framework 4.6.1
  • Sign the assembly with a strong name key (which is a breaking change) (#41)
  • Fix POSIX transitions for the last transition of the month (#42)

2.5.1

13 Dec 23:08
Compare
Choose a tag to compare
  • Remaped Europe/Volgograd to new Windows zone "Volgograd Standard Time" (#36)
  • Remaped America/Metlakatla to existing Windows zone "UTC-08" (#35)
  • Updated data-builder and tests to use .Net Core 2.1 LTS
  • Published symbols using new .snupkg format to the new Nuget.org symbol server

2.4.2

01 Oct 19:58
Compare
Choose a tag to compare
  • Fixed runtime error when targeting .NET Framework 4.7.1 / 4.7.2 (#33)

2.4.1

25 Apr 18:06
Compare
Choose a tag to compare

Fixed issue with Canada/East-Saskatchewan zone on some Linux systems. (#28)

2.4.0

25 Apr 06:30
Compare
Choose a tag to compare
  • Fixed issues with links and Etc zones not working on Linux with the GetTimeZoneInfo API (#21 / #26)
  • Improved perf of collection properties (#27)
  • Added "Try" versions of all methods
  • Updated to latest data
  • Added support for new "Sao Tome Standard Time" Windows zone (#24)

2.3.2

27 Mar 18:05
Compare
Choose a tag to compare

Fixed TZConvert.GetTimeZoneInfo("UTC") for Linux & Mac (#17 / #18)

2.3.1

14 Mar 18:18
Compare
Choose a tag to compare
  • Improved performance of the GetTimeZoneInfo method.

2.3.0

26 Feb 21:12
Compare
Choose a tag to compare
  • Adds support for .NET Framework 4.0 and 3.5.

2.2.1

20 Nov 02:07
Compare
Choose a tag to compare
  • Fixed KnownWindowsTimeZoneIds returning empty.

2.2.0

20 Nov 01:29
Compare
Choose a tag to compare
  • Relax back to .NET Standard 1.1, except for the GetTimeZoneInfo function, which is still 1.3+ only.