Skip to content

Commit

Permalink
add PackageReadmeFile
Browse files Browse the repository at this point in the history
  • Loading branch information
tinohager committed Jul 14, 2021
1 parent cb44b8a commit 2a48220
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions src/Nager.Country/Nager.Country.csproj
Original file line number Diff line number Diff line change
@@ -1,19 +1,25 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.0;netstandard2.1;net5;net461</TargetFrameworks>
<Authors>Tino Hager</Authors>
<Company>nager.at</Company>
<Description>Get Worldwide country informations and border information</Description>
<PackageProjectUrl>https://github.com/nager/Nager.Country</PackageProjectUrl>
<RepositoryUrl>https://github.com/nager/Nager.Country</RepositoryUrl>

<GenerateDocumentationFile>true</GenerateDocumentationFile>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>

<PackageIcon>icon.png</PackageIcon>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageReleaseNotes>Add Readme.md to nuget file</PackageReleaseNotes>
<PackageProjectUrl>https://github.com/nager/Nager.Country</PackageProjectUrl>
<PackageTags>Country CountryInfo ISO3166 ISO-3166-1_Alpha2 ISO-3166-1_Alpha3 ISO639 ISO-639-1 globalization localization</PackageTags>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageIcon>icon.png</PackageIcon>
<Version>3.0.2</Version>

<RepositoryUrl>https://github.com/nager/Nager.Country</RepositoryUrl>

<TargetFrameworks>netstandard2.0;netstandard2.1;net5;net461</TargetFrameworks>

<Version>3.0.3</Version>
</PropertyGroup>

<ItemGroup>
Expand All @@ -22,7 +28,7 @@

<ItemGroup>
<Content Include="readme.txt" Pack="true" PackagePath="\" />
<None Include="readme.md" Pack="true" PackagePath="\" />
<None Include="README.md" Pack="true" PackagePath="\" />
<None Include="..\..\doc\icon.png" Pack="true" PackagePath="" Visible="false" />
</ItemGroup>
</Project>
File renamed without changes.

0 comments on commit 2a48220

Please sign in to comment.