docs(secrets): package README + embed in nupkgs

This commit is contained in:
Joseph Doherty
2026-07-16 04:00:32 -04:00
parent e20812cbae
commit 2c64683303
2 changed files with 73 additions and 0 deletions
+6
View File
@@ -7,6 +7,12 @@
<LangVersion>latest</LangVersion>
<Version>0.1.0</Version>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
<!-- Embed the repo README in each packable nupkg (ignored by non-packable projects). -->
<ItemGroup Condition="'$(IsPackable)' == 'true'">
<None Include="$(MSBuildThisFileDirectory)README.md" Pack="true" PackagePath="\" Visible="false" />
</ItemGroup>
</Project>