We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f92017 commit 178c9d7Copy full SHA for 178c9d7
src/Simplify.Web.Templates.csproj
@@ -17,6 +17,7 @@
17
<RepositoryUrl>https://github.com/SimplifyNet/Simplify.Web.Templates</RepositoryUrl>
18
<RepositoryType>GIT</RepositoryType>
19
<Tags>templates;simplify-web;web</Tags>
20
+ <PackageReadmeFile>README.md</PackageReadmeFile>
21
22
<PackageReleaseNotes>See https://github.com/SimplifyNet/Simplify.Web.Templates/blob/master/CHANGELOG.md for details</PackageReleaseNotes>
23
@@ -33,5 +34,6 @@
33
34
<None Include="..\images\icon.png" Pack="true" Visible="false" PackagePath="" />
35
<None Include="CHANGELOG.md" Pack="true" PackagePath="\" />
36
<None Include="..\LICENSE.txt" Pack="true" PackagePath="\" />
37
+ <None Include="..\README.md" Pack="true" PackagePath="\" />
38
</ItemGroup>
39
</Project>
0 commit comments