Skip to content

Commit 1f311ee

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

2 files changed

Lines changed: 11 additions & 15 deletions

File tree

README.md

Lines changed: 8 additions & 14 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)
@@ -12,29 +9,26 @@ A simple cross-platform offline .NET library for getting Global Country Data wit
129
| nuget downloads | [![](https://img.shields.io/nuget/dt/CountryData.Standard)](https://www.nuget.org/packages/CountryData.Standard) |
1310
| builds | ![.NET](https://github.com/frankodoom/CountryData.Net/actions/workflows/development-action.yml/badge.svg?branch=development) |
1411
|code coverage|[![codecov](https://codecov.io/github/frankodoom/CountryData.Net/branch/development/graph/badge.svg?token=E79CY267AR)](https://codecov.io/github/frankodoom/CountryData.Net)
15-
12+
|code quality |[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=frankodoom_CountryData.Net&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=frankodoom_CountryData.Net)
1613

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

src/CountryData.Standard/CountryData.Standard.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@
88
<RepositoryUrl>https://github.com/frankodoom/CountryData.Standard</RepositoryUrl>
99
<PackageTags>Xamarin, Country-Api Country-Data Country-Region</PackageTags>
1010
<NeutralLanguage />
11-
<Version>1.0.1</Version>
11+
<Version>1.4.0</Version>
1212
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1313
<PackageLicenseExpression>MIT</PackageLicenseExpression>
14+
<PackageReadmeFile>readme.md</PackageReadmeFile>
15+
<ReleaseNotes>Added new functionality to get country phone codes</ReleaseNotes>
1416
</PropertyGroup>
1517

1618
<ItemGroup>

0 commit comments

Comments
 (0)