Skip to content

Commit c3a84f5

Browse files
Copilotascott18
andauthored
Include README.md in NuGet package as package readme
Add PackageReadmeFile property and include the repository root README.md in the NuGet package so NuGet.org displays the full README content instead of only the short Description text. Agent-Logs-Url: https://github.com/IntelliTect/IntelliTect.AspNetCore.SignalR.SqlServer/sessions/d59c3ccc-f016-4f56-b384-516beffa97bb Co-authored-by: ascott18 <5017521+ascott18@users.noreply.github.com>
1 parent face038 commit c3a84f5

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/IntelliTect.AspNetCore.SignalR.SqlServer/IntelliTect.AspNetCore.SignalR.SqlServer.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<PropertyGroup>
44
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
55
<GenerateDocumentationFile>true</GenerateDocumentationFile>
6+
<PackageReadmeFile>README.md</PackageReadmeFile>
67

78
<!-- Sourcelink: -->
89
<PublishRepositoryUrl>true</PublishRepositoryUrl>
@@ -26,4 +27,8 @@
2627
<EmbeddedResource Include="**/*.sql" />
2728
</ItemGroup>
2829

30+
<ItemGroup>
31+
<None Include="../../README.md" Pack="true" PackagePath="/" />
32+
</ItemGroup>
33+
2934
</Project>

0 commit comments

Comments
 (0)