From 9dac59b4e7a29de8d29ca0e5b9ad2b8f2231562e Mon Sep 17 00:00:00 2001 From: Laurent Egbakou <26142591+egbakou@users.noreply.github.com> Date: Sun, 27 Oct 2024 20:11:26 +0100 Subject: [PATCH 1/3] chore: upgraded dependencies --- src/RESTCountries.NET/RESTCountries.NET.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RESTCountries.NET/RESTCountries.NET.csproj b/src/RESTCountries.NET/RESTCountries.NET.csproj index 8c90c94..d8fc624 100644 --- a/src/RESTCountries.NET/RESTCountries.NET.csproj +++ b/src/RESTCountries.NET/RESTCountries.NET.csproj @@ -49,7 +49,7 @@ - + From ad2f446c89af25ff728c91e6b7c64098ddf67de7 Mon Sep 17 00:00:00 2001 From: Laurent Egbakou <26142591+egbakou@users.noreply.github.com> Date: Sun, 27 Oct 2024 20:12:31 +0100 Subject: [PATCH 2/3] chore: update nuget version from 3.2.0 to 3.3.0 --- src/RESTCountries.NET/RESTCountries.NET.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RESTCountries.NET/RESTCountries.NET.csproj b/src/RESTCountries.NET/RESTCountries.NET.csproj index d8fc624..f35cd92 100644 --- a/src/RESTCountries.NET/RESTCountries.NET.csproj +++ b/src/RESTCountries.NET/RESTCountries.NET.csproj @@ -11,7 +11,7 @@ https://github.com/egbakou/RESTCountries.NET https://github.com/egbakou/RESTCountries.NET icon.png - 3.2.0 + 3.3.0 See: https://github.com/egbakou/RESTCountries.NET Countries, World, Continents, Phone-number, Cities, Capital Copyright 2019 From 6444a581b1d923d579c84d18450d5d88fd87b670 Mon Sep 17 00:00:00 2001 From: Laurent Egbakou <26142591+egbakou@users.noreply.github.com> Date: Sun, 27 Oct 2024 20:12:42 +0100 Subject: [PATCH 3/3] doc: updated nuget doc --- nuget.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuget.md b/nuget.md index 70782f0..e05dd14 100644 --- a/nuget.md +++ b/nuget.md @@ -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).