File tree 2 files changed +5
-0
lines changed
2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ ProjectSection(SolutionItems) = preProject
9
9
.gitignore = .gitignore
10
10
LICENSE = LICENSE
11
11
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
12
15
EndProject Section
13
16
EndProject
14
17
Global
Original file line number Diff line number Diff line change 15
15
<RepositoryType >Git</RepositoryType >
16
16
<PackageIconUrl >https://raw.githubusercontent.com/markwhitaker/MimeTypes.NET/master/Artwork/MimeTypes-icon-128.png</PackageIconUrl >
17
17
<PackageIcon >MimeTypes-icon-128.png</PackageIcon >
18
+ <PackageReadmeFile >README.md</PackageReadmeFile >
18
19
</PropertyGroup >
19
20
20
21
<ItemGroup >
21
22
<None Include =" icon\MimeTypes-icon-128.png" Pack =" true" PackagePath =" \" />
23
+ <None Include =" ..\README.md" Pack =" true" PackagePath =" \" />
22
24
</ItemGroup >
23
25
24
26
<ItemGroup >
You can’t perform that action at this time.
0 commit comments