Skip to content

Commit aac7e96

Browse files
Update README.md
1 parent b1f63ee commit aac7e96

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,22 @@ A simple library that provides localized time zone names using CLDR and TZDB sou
66
Why? Because .NET's usual time zone display names are not localized properly, and are often wrong or unsuitable for various scenarios.
77
Read [this blog post](https://codeofmatt.com/localized-time-zone-names-in-net/) for more details.
88

9+
Note that if you are running .NET 6+ on Linux or macOS, the built-in names now stem from ICU and thus this library is no longer needed.
10+
See [the .NET blog post](https://devblogs.microsoft.com/dotnet/date-time-and-time-zone-enhancements-in-net-6/#time-zone-display-names-on-linux-and-macos) for more details.
11+
912
Nuget Installation
1013
=============================================================================
1114
```powershell
1215
PM> Install-Package TimeZoneNames
1316
```
1417

15-
This library should be compatible with .NET Standard 1.1 and greater, as well as .NET Framework 3.5 and greater.
16-
See the [.NET Standard Platform Support Matrix](https://docs.microsoft.com/en-us/dotnet/articles/standard/library) for further details about .NET Standard,
17-
and please raise an issue if you encounter any compatibility errors.
18+
As of version 5.0.0, *TimeZoneConverter* works with all of the following:
1819

19-
Demo
20-
=============================================================================
21-
One possible scenario for this library is to build a localized time zone selection control.
22-
[Click here for a live demonstration](https://timezonepickerdemo.azurewebsites.net/).
20+
- .NET 5 or greater
21+
- .NET Core 2.0 or greater
22+
- .NET Framework 4.6.1 and greater
23+
24+
Note that .NET Framework versions less than 4.6.1 are no longer supported.
2325

2426
Usage
2527
=============================================================================

0 commit comments

Comments
 (0)