Skip to content

Commit

Permalink
meta: fix target errors
Browse files Browse the repository at this point in the history
  • Loading branch information
quinchs committed May 24, 2022
1 parent 1fadb71 commit 2c42860
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Discord.Net.targets
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<Authors>Discord.Net Contributors</Authors>
<PackageTags>discord;discordapp</PackageTags>
<PackageProjectUrl>https://github.com/Discord-Net/Discord.Net</PackageProjectUrl>
<PackageLicenseUrl>http://opensource.org/licenses/MIT</PackageLicenseUrl>
<PackageIconUrl>https://github.com/Discord-Net/Discord.Net/raw/dev/docs/marketing/logo/PackageLogo.png</PackageIconUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIcon>PackageLogo.png</PackageIcon>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>git://github.com/Discord-Net/Discord.Net</RepositoryUrl>
</PropertyGroup>
Expand All @@ -23,4 +23,7 @@
<WarningsAsErrors>true</WarningsAsErrors>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
<ItemGroup>
<None Include="../../docs/marketing/logo/PackageLogo.png" Pack="true" PackagePath=""/>
</ItemGroup>
</Project>

0 comments on commit 2c42860

Please sign in to comment.