Skip to content

Commit f6810bc

Browse files
committed
Add README.md to NuGet package metadata and include it in the package.
1 parent fb44517 commit f6810bc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Blazor.NavigationStack/Blazor.NavigationStack.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,12 @@
1616
<PackageProjectUrl>https://github.com/gpoon21/Blazor.NavigationStack</PackageProjectUrl>
1717
<RepositoryUrl>https://github.com/gpoon21/Blazor.NavigationStack</RepositoryUrl>
1818
<RepositoryType>git</RepositoryType>
19+
<PackageReadmeFile>README.md</PackageReadmeFile>
1920
</PropertyGroup>
21+
22+
<ItemGroup>
23+
<None Include="..\README.md" Pack="true" PackagePath="\"/>
24+
</ItemGroup>
2025

2126
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
2227
<DocumentationFile>bin\Release\Blazor.NavigationStack.xml</DocumentationFile>

0 commit comments

Comments
 (0)