Skip to content

Commit

Permalink
Add package README file for NuGet
Browse files Browse the repository at this point in the history
  • Loading branch information
markwhitaker committed Oct 21, 2023
1 parent a7e8bba commit 14abcbb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions MimeTypes.sln
Expand Up @@ -9,6 +9,9 @@ ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
.github\workflows\publish-to-nuget.yml = .github\workflows\publish-to-nuget.yml
.github\workflows\build-and-test.yml = .github\workflows\build-and-test.yml
.github\dependabot.yml = .github\dependabot.yml
EndProjectSection
EndProject
Global
Expand Down
2 changes: 2 additions & 0 deletions MimeTypes/MimeTypes.csproj
Expand Up @@ -15,10 +15,12 @@
<RepositoryType>Git</RepositoryType>
<PackageIconUrl>https://raw.githubusercontent.com/markwhitaker/MimeTypes.NET/master/Artwork/MimeTypes-icon-128.png</PackageIconUrl>
<PackageIcon>MimeTypes-icon-128.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
<None Include="icon\MimeTypes-icon-128.png" Pack="true" PackagePath="\" />
<None Include="..\README.md" Pack="true" PackagePath="\" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 14abcbb

Please sign in to comment.