Releases: mattjohnsonpint/TimeZoneNames
Releases · mattjohnsonpint/TimeZoneNames
3.3.2
- Update TimeZoneConverter dependency to version 2.3.2
3.3.1
- Update TimeZoneConverter dependency to version 2.3.1
3.3.0
- Adds support for .NET Framework 4.0 and 3.5.
3.2.0
- Takes a dependency on TimeZoneConverter to support Windows time zones, instead of duplicating work.
- Uses data from IANA 2017c and CLDR 32. (#34)
- Increases Newtonsoft.Json minimal dependency to 6.0.1 to resolve an exception. (#32)
- Fix another JSON related bug (#31)
- Fix a bug with abbreviations not returning correctly. (#25)
release 3.0.0
- The library is no longer a PCL, but rather targets .NET Standard 1.1 (and greater), and .NET Framework 4.5.
- Using latest versions of CLDR and TZDB sources. No longer needed custom UTC and Cities files.
- Switched to use GZipped JSON instead of Protobuf for internal data storage.
- Fixed a bug with code access security #28
release 1.3.1
Fixes #13
Reduces data size a few kb.
release 1.3.0
CLDR 28, and various other fixes