Skip to content

Commit

Permalink
Update CountryData.Standard to v1.5.0
Browse files Browse the repository at this point in the history
Updated README.md to reflect the new version 1.5.0 for the CountryData.Standard package in both the Package Manager and .NET CLI installation instructions.
Updated CountryData.Standard.csproj to change the version from 1.4.1 to 1.5.0.
Added release notes indicating new functionality to get country phone codes.
  • Loading branch information
Clifftech123 committed Nov 11, 2024
1 parent 75005b2 commit 62a32b8
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 @@ -24,12 +24,12 @@
### 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 62a32b8

Please sign in to comment.