Include README and license in NuGet package

This commit is contained in:
Pat Hartl 2026-03-29 14:12:32 -05:00
parent cf01b054c6
commit 9c043f5fdb

View file

@ -10,8 +10,15 @@
<PackageId>Notify.NET</PackageId>
<Version>1.0.0</Version>
<Description>Cross-platform OS notification library for .NET Standard with WinToast (Windows), libnotify (Linux), and UNUserNotificationCenter (macOS) backends.</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
<!-- Pack the repo-root README into the package -->
<ItemGroup>
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="2.1.0" />
<PackageReference Include="Microsoft.Extensions.Options" Version="2.1.0" />