Skip to content

Commit 049f4eb

Browse files
committed
Merge branch 'development' of https://github.com/frankodoom/CountryData.Net into development
2 parents fbe6a8b + 58917ef commit 049f4eb

1 file changed

Lines changed: 7 additions & 13 deletions

File tree

README.md

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
<img src="./Assets/logo.png" alt="logo" height="200" width="200">
2-
3-
41

52
# :earth_africa: CountryData.Net
63
[![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
1714

1815
### Features
1916

20-
- 📄 Load country data from a JSON file
21-
- 🌍 Get all country data
22-
- 🏳️‍🌈 Get a single country's data by its short code
23-
- 🚩 Get a country's emoji flag by its short code
24-
- 🗺️ Get regions of a country by its short code
25-
- 🌎 Get a list of all country names
26-
- ☎️ Get a country's phone code by its short code
27-
- 🌐 Get a country's data by its phone code
17+
- 🌍 Get global country data [CountryName, CountryPhone, Region, CountryFlag, PhoneCode ]
18+
- 🏳️‍🌈 Get country data by ISO 3166 country code
19+
- 🚩 Get country flag by ISO 3166 country code
20+
- 🗺️ Get country region by ISO 3166 country code
21+
- ☎️ Get country phone code by ISO 3166 country code
2822

2923
### Install Library
3024
##### Package Manager
3125
```cSharp
32-
PM> Install-Package CountryData.Standard -Version 1.3.0
26+
PM> Install-Package CountryData.Standard -Version 1.4.0
3327
```
3428

3529
##### .NET CLI
3630
```cSharp
37-
> dotnet add package CountryData.Standard --version 1.3.0
31+
> dotnet add package CountryData.Standard --version 1.4.0
3832
```
3933

4034

0 commit comments

Comments
 (0)