Skip to content

Commit

Permalink
chore(deps): bump System.Text.Json from 8.0.4 to 8.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
egbakou authored Oct 27, 2024
2 parents cf971ee + 6444a58 commit 21e9e4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nuget.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# RESTCountries.NET v3.0.0
# RESTCountries.NET
A completely offline library to get information about countries.

Documentation of the previous versions can be found [here](https://github.com/egbakou/RESTCountries.NET/blob/main/LEGACY_README_V2.md).
Expand Down
4 changes: 2 additions & 2 deletions src/RESTCountries.NET/RESTCountries.NET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageProjectUrl>https://github.com/egbakou/RESTCountries.NET</PackageProjectUrl>
<RepositoryUrl>https://github.com/egbakou/RESTCountries.NET</RepositoryUrl>
<PackageIcon>icon.png</PackageIcon>
<Version>3.2.0</Version>
<Version>3.3.0</Version>
<PackageReleaseNotes>See: https://github.com/egbakou/RESTCountries.NET </PackageReleaseNotes>
<PackageTags>Countries, World, Continents, Phone-number, Cities, Capital</PackageTags>
<Copyright>Copyright 2019</Copyright>
Expand Down Expand Up @@ -49,7 +49,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Text.Json" Version="8.0.4" />
<PackageReference Include="System.Text.Json" Version="8.0.5" />
</ItemGroup>

</Project>

0 comments on commit 21e9e4a

Please sign in to comment.