From 2a48220f9f395de7afde73882de224df8800f853 Mon Sep 17 00:00:00 2001 From: Tino Hager Date: Wed, 14 Jul 2021 21:34:55 +0200 Subject: [PATCH] add PackageReadmeFile --- src/Nager.Country/Nager.Country.csproj | 22 ++++++++++++++-------- src/Nager.Country/{readme.md => README.MD} | 0 2 files changed, 14 insertions(+), 8 deletions(-) rename src/Nager.Country/{readme.md => README.MD} (100%) diff --git a/src/Nager.Country/Nager.Country.csproj b/src/Nager.Country/Nager.Country.csproj index 30d94a3..0afa85e 100644 --- a/src/Nager.Country/Nager.Country.csproj +++ b/src/Nager.Country/Nager.Country.csproj @@ -1,19 +1,25 @@  - netstandard2.0;netstandard2.1;net5;net461 Tino Hager nager.at Get Worldwide country informations and border information - https://github.com/nager/Nager.Country - https://github.com/nager/Nager.Country + + true + true + + icon.png MIT + README.md Add Readme.md to nuget file + https://github.com/nager/Nager.Country Country CountryInfo ISO3166 ISO-3166-1_Alpha2 ISO-3166-1_Alpha3 ISO639 ISO-639-1 globalization localization - true - true - icon.png - 3.0.2 + + https://github.com/nager/Nager.Country + + netstandard2.0;netstandard2.1;net5;net461 + + 3.0.3 @@ -22,7 +28,7 @@ - + diff --git a/src/Nager.Country/readme.md b/src/Nager.Country/README.MD similarity index 100% rename from src/Nager.Country/readme.md rename to src/Nager.Country/README.MD