Browse Source

Updated commands extension description

tags/docs-0.9
RogueException 9 years ago
parent
commit
d54bb75e2e
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      src/Discord.Net.Commands.Net45/Properties/AssemblyInfo.cs
  2. +1
    -1
      src/Discord.Net.Commands/project.json

+ 1
- 1
src/Discord.Net.Commands.Net45/Properties/AssemblyInfo.cs 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")]


+ 1
- 1
src/Discord.Net.Commands/project.json 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",


Loading…
Cancel
Save