meta: add package logo to distributions

this resolves #1006.
This commit is contained in:
Christopher Felegy
2018-12-28 11:21:10 -05:00
parent c6adb11a9d
commit 935718fa6e
3 changed files with 3 additions and 1 deletions

View File

@@ -6,6 +6,7 @@
<PackageTags>discord;discordapp</PackageTags>
<PackageProjectUrl>https://github.com/RogueException/Discord.Net</PackageProjectUrl>
<PackageLicenseUrl>http://opensource.org/licenses/MIT</PackageLicenseUrl>
<PackageIconUrl>https://github.com/RogueException/Discord.Net/raw/dev/docs/marketing/logo/PackageLogo.png</PackageIconUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>git://github.com/RogueException/Discord.Net</RepositoryUrl>
</PropertyGroup>
@@ -22,4 +23,4 @@
<WarningsAsErrors>true</WarningsAsErrors>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
</Project>
</Project>