From 58917effdc7675dcac26e6bb840d9235d584c3f2 Mon Sep 17 00:00:00 2001 From: Frank Arkhurst Odoom Date: Fri, 31 May 2024 12:55:14 +0000 Subject: [PATCH] Update README.md Edited readme for v 1.4.0 --- README.md | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index d937b65..1cef619 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,3 @@ -logo - - # :earth_africa: CountryData.Net [![Gitter](https://badges.gitter.im/CountryDataDotnet/community.svg)](https://gitter.im/CountryDataDotnet/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) @@ -17,24 +14,21 @@ A simple cross-platform offline .NET library for getting Global Country Data wit ### Features -- πŸ“„ Load country data from a JSON file -- 🌍 Get all country data -- πŸ³οΈβ€πŸŒˆ Get a single country's data by its short code -- 🚩 Get a country's emoji flag by its short code -- πŸ—ΊοΈ Get regions of a country by its short code -- 🌎 Get a list of all country names -- ☎️ Get a country's phone code by its short code -- 🌐 Get a country's data by its phone code +- 🌍 Get global country data [CountryName, CountryPhone, Region, CountryFlag, PhoneCode ] +- πŸ³οΈβ€πŸŒˆ Get country data by ISO 3166 country code +- 🚩 Get country flag by ISO 3166 country code +- πŸ—ΊοΈ Get country region by ISO 3166 country code +- ☎️ Get country phone code by ISO 3166 country code ### Install Library ##### Package Manager ```cSharp - PM> Install-Package CountryData.Standard -Version 1.3.0 + PM> Install-Package CountryData.Standard -Version 1.4.0 ``` ##### .NET CLI ```cSharp - > dotnet add package CountryData.Standard --version 1.3.0 + > dotnet add package CountryData.Standard --version 1.4.0 ```