Skip to content

Commit 32ee051

Browse files
committed
[add] package readme
1 parent ba59578 commit 32ee051

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Simplify.ProjectsTemplates.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
<RepositoryType>GIT</RepositoryType>
1919
<PublishRepositoryUrl>true</PublishRepositoryUrl>
2020
<Title>Simplify project templates</Title>
21-
<Tags>templates;simplify</Tags>
21+
<PackageReadmeFile>README.md</PackageReadmeFile>
22+
<PackageTags>templates;simplify</PackageTags>
2223

2324
<PackageReleaseNotes>See https://github.com/SimplifyNet/Simplify.ProjectsTemplates/tree/master/src/Simplify.ProjectsTemplates/CHANGELOG.md for details</PackageReleaseNotes>
2425

@@ -33,5 +34,6 @@
3334
<ItemGroup>
3435
<None Include="..\images\icon.png" Pack="true" Visible="false" PackagePath="" />
3536
<None Include="CHANGELOG.md" Pack="true" PackagePath="\" />
37+
<None Include="..\README.md" Pack="true" PackagePath="\" />
3638
</ItemGroup>
3739
</Project>

0 commit comments

Comments
 (0)