Updated commands extension description

This commit is contained in:
RogueException
2015-10-14 02:57:08 -03:00
parent 6373a76771
commit d54bb75e2e
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("Discord.Net.Commands")]
[assembly: AssemblyDescription("A small Discord.Net extension to make bot creation easier.")]
[assembly: AssemblyDescription("A Discord.Net extension adding basic command support.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("RogueException")]
[assembly: AssemblyProduct("Discord.Net.Commands")]

View File

@@ -1,6 +1,6 @@
{
"version": "0.7.3-beta2",
"description": "A small Discord.Net extension to make bot creation easier.",
"description": "A Discord.Net extension adding basic command support.",
"authors": [ "RogueException" ],
"tags": [ "discord", "discordapp" ],
"projectUrl": "https://github.com/RogueException/Discord.Net",