mirror of
https://github.com/LANCommander/Notify.NET.git
synced 2026-08-01 03:08:24 -04:00
Include README and license in NuGet package
This commit is contained in:
parent
cf01b054c6
commit
9c043f5fdb
1 changed files with 7 additions and 0 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue