Releases: mattjohnsonpint/TimeZoneConverter
Releases · mattjohnsonpint/TimeZoneConverter
3.0.0
- 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
- 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
- Fixed runtime error when targeting .NET Framework 4.7.1 / 4.7.2 (#33)
2.4.1
Fixed issue with Canada/East-Saskatchewan
zone on some Linux systems. (#28)
2.4.0
- 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
Fixed TZConvert.GetTimeZoneInfo("UTC")
for Linux & Mac (#17 / #18)
2.3.1
- Improved performance of the
GetTimeZoneInfo
method.
2.3.0
- Adds support for .NET Framework 4.0 and 3.5.
2.2.1
- Fixed
KnownWindowsTimeZoneIds
returning empty.
2.2.0
- Relax back to .NET Standard 1.1, except for the
GetTimeZoneInfo
function, which is still 1.3+ only.