Skip to content

Commit 9a3c993

Browse files
JusterZhuclaude
andcommitted
fix: add README.md to NuGet package for PackageReadmeFile
- Add <None> Include for README.md to pack into NuGet package - Required by <PackageReadmeFile> metadata Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 257ab7a commit 9a3c993

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/GeneralUpdate.Maui.Android/GeneralUpdate.Maui.Android.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
<Pack>True</Pack>
1818
<PackagePath>\</PackagePath>
1919
</None>
20+
<None Include="../../README.md">
21+
<Pack>True</Pack>
22+
<PackagePath>\</PackagePath>
23+
</None>
2024
</ItemGroup>
2125

2226
<ItemGroup>

0 commit comments

Comments
 (0)