Skip to content

Commit 384dac2

Browse files
Update Readme
1 parent 2790e2d commit 384dac2

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
TimeZoneNames [![NuGet Version](https://img.shields.io/nuget/v/TimeZoneNames.svg?style=flat)](https://www.nuget.org/packages/TimeZoneNames/)
22
=============
33

4-
A simple portable class library that provides localized time zone names using CLDR and TZDB sources.
4+
A simple library that provides localized time zone names using CLDR and TZDB sources.
55

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](http://codeofmatt.com/2014/12/26/localized-time-zone-names-in-net/) for more details.
@@ -12,10 +12,8 @@ Nuget Installation
1212
PM> Install-Package TimeZoneNames
1313
```
1414

15-
Notes
16-
=============================================================================
17-
Version 2.0 introduces some breaking changes, fills in some gaps, and adds a
18-
whole lot more functionality. Please upgrade with care. Thanks.
15+
This library is targeting .NET Standard 1.1, or .NET 4.5.
16+
See the [.NET Standard Platform Support Matrix](https://docs.microsoft.com/en-us/dotnet/articles/standard/library) for further details.
1917

2018
Demo
2119
=============================================================================

0 commit comments

Comments
 (0)