Skip to content

Releases: mattjohnsonpint/TimeZoneNames

3.3.2

27 Mar 18:06
Compare
Choose a tag to compare
  • Update TimeZoneConverter dependency to version 2.3.2

3.3.1

16 Mar 19:08
Compare
Choose a tag to compare
  • Update TimeZoneConverter dependency to version 2.3.1

3.3.0

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

3.2.0

04 Dec 03:32
Compare
Choose a tag to compare
  • 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

08 Oct 18:15
Compare
Choose a tag to compare
  • 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

15 Jan 05:37
Compare
Choose a tag to compare

Fixes #13

Reduces data size a few kb.

release 1.3.0

13 Nov 08:14
Compare
Choose a tag to compare

CLDR 28, and various other fixes