Fixed Discord.Net.Core's description

This commit is contained in:
RogueException
2017-04-03 07:43:29 -03:00
parent d6b6a95a2e
commit 1b1ff1325f

View File

@@ -3,7 +3,7 @@
<PropertyGroup>
<AssemblyName>Discord.Net.Core</AssemblyName>
<RootNamespace>Discord</RootNamespace>
<Description>A .Net API wrapper and bot framework for Discord.</Description>
<Description>The core components for the Discord.Net library.</Description>
<TargetFrameworks>netstandard1.1;netstandard1.3</TargetFrameworks>
</PropertyGroup>
<ItemGroup>