Skip to content

Commit 14abcbb

Browse files
committed
Add package README file for NuGet
1 parent a7e8bba commit 14abcbb

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

MimeTypes.sln

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ ProjectSection(SolutionItems) = preProject
99
.gitignore = .gitignore
1010
LICENSE = LICENSE
1111
README.md = README.md
12+
.github\workflows\publish-to-nuget.yml = .github\workflows\publish-to-nuget.yml
13+
.github\workflows\build-and-test.yml = .github\workflows\build-and-test.yml
14+
.github\dependabot.yml = .github\dependabot.yml
1215
EndProjectSection
1316
EndProject
1417
Global

MimeTypes/MimeTypes.csproj

+2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,12 @@
1515
<RepositoryType>Git</RepositoryType>
1616
<PackageIconUrl>https://raw.githubusercontent.com/markwhitaker/MimeTypes.NET/master/Artwork/MimeTypes-icon-128.png</PackageIconUrl>
1717
<PackageIcon>MimeTypes-icon-128.png</PackageIcon>
18+
<PackageReadmeFile>README.md</PackageReadmeFile>
1819
</PropertyGroup>
1920

2021
<ItemGroup>
2122
<None Include="icon\MimeTypes-icon-128.png" Pack="true" PackagePath="\" />
23+
<None Include="..\README.md" Pack="true" PackagePath="\" />
2224
</ItemGroup>
2325

2426
<ItemGroup>

0 commit comments

Comments
 (0)