[Docs] Add NUGET_README.md (#2844)

* add `NUGET_README.md`

* Update NUGET_README.md

* Update NUGET_README.md
This commit is contained in:
Mihail Gribkov
2024-02-24 02:33:54 +03:00
committed by GitHub
parent 0860e327d5
commit 4a05ba5e8a
3 changed files with 77 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
<PackageIcon>PackageLogo.png</PackageIcon>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>git://github.com/Discord-Net/Discord.Net</RepositoryUrl>
<PackageReadmeFile>NUGET_README.md</PackageReadmeFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(BuildNumber)' == '' ">
<VersionSuffix Condition=" '$(VersionSuffix)' != ''">$(VersionSuffix)-dev</VersionSuffix>
@@ -25,5 +26,6 @@
</PropertyGroup>
<ItemGroup>
<None Include="../../docs/marketing/logo/PackageLogo.png" Pack="true" PackagePath=""/>
<None Include="../../NUGET_README.md" Pack="true" PackagePath=""/>
</ItemGroup>
</Project>