File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
1215EndProject Section
1316EndProject
1417Global
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments