Skip to content

Commit

Permalink
Merge pull request #42 from frankodoom/development
Browse files Browse the repository at this point in the history
Update CountryData.Standard to v1.5.0
  • Loading branch information
frankodoom authored Nov 12, 2024
2 parents 8ec2394 + 03f0971 commit 1b9afa9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ Our aim is to simplify the process of integrating standardised global data into
### Install Library
##### Package Manager
```cSharp
PM> Install-Package CountryData.Standard -Version 1.4.1
PM> Install-Package CountryData.Standard -Version 1.5.0
```

##### .NET CLI
```cSharp
> dotnet add package CountryData.Standard --version 1.4.1
> dotnet add package CountryData.Standard --version 1.5.0
```


Expand Down
2 changes: 1 addition & 1 deletion src/CountryData.Standard/CountryData.Standard.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<RepositoryUrl>https://github.com/frankodoom/CountryData.Standard</RepositoryUrl>
<PackageTags>Xamarin, Country-Api Country-Data Country-Region</PackageTags>
<NeutralLanguage />
<Version>1.4.1</Version>
<Version>1.5.0</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<ReleaseNotes>Added new functionality to get country phone codes</ReleaseNotes>
Expand Down

0 comments on commit 1b9afa9

Please sign in to comment.