Skip to content

Releases: mattjohnsonpint/TimeZoneNames

7.0.0

13 Feb 03:05
f7905df

Choose a tag to compare

Bringing the library current.

  • Update targeting to drop .NET 5 and add .NET 9
  • Update all dependencies
  • Update all data to latest available
  • Fix issue with hyphens vs underscores in language tags. #104

6.0.0

31 Oct 19:16

Choose a tag to compare

  • Drop net461 target
  • Add net462, net6.0, and netstandard2.1 targets
  • Update NodaTime and TimeZoneConverter dependencies
  • Update to latest CLDR, IANA, and other data sources
  • Use System.Text.Json instead of Newtonsoft.Json
  • Update public interfaces to use read-only collections and dictionaries where appropriate
  • Ensure results are ordered correctly, where appropriate
  • Add nullability annotations
  • Several performance updates

Internally:

  • Use C# 10 throughout
  • Update project structure
  • Add Verify snapshot tests
  • Add GitHub Actions CI

5.0.1

13 Jan 03:08

Choose a tag to compare

  • Updated TimeZoneConverter dependency

5.0.0

12 Jan 00:55

Choose a tag to compare

  • Updated to latest available data
  • Dropped support for older targets. We now target .NET Standard 2.0 and .NET Framework 4.6.1.

4.2.0

15 Feb 01:54

Choose a tag to compare

  • Updates the dependency of TimeZoneConverter to 3.4.0 (#64)
  • Updates to the latest data from all sources

4.1.0

15 Sep 22:05

Choose a tag to compare

  • Adds "Yukon Standard Time" (#60)
  • Fixes a bug with GetDisplayNameForTimeZone throwing an exception when a zone isn't found. (#60)
  • Updates to latest Windows display names (from Windows Build 2004 language packs)
  • Updates dependencies to use TimeZoneConverter 3.3.0

4.0.1

02 May 03:47

Choose a tag to compare

  • Updated the data to address #56

4.0.0

26 Mar 00:20

Choose a tag to compare

  • Strong name this library (#54)
  • Update TimeZoneConverter dependency to 3.0.0 (#55)
  • Add methods for returning Windows display names (#50)

3.4.0

27 Dec 06:26

Choose a tag to compare

  • Update to CLDR 34 (#41)
  • Validated Sao Tome abbreviation change (#51)
  • Fixed an issue with Russian time zone selection
  • Started using the new .snupkg symbol format
  • Update TimeZoneConverter dependency to version 2.5.1
  • Update build-time dependencies, and build data using .net core 2.1

3.3.4

01 Oct 20:09

Choose a tag to compare

  • Update TimeZoneConverter dependency to version 2.4.2