Browse Source

0.7.2

tags/docs-0.9
RogueException 9 years ago
parent
commit
5343eabc1e
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      src/Discord.Net.Commands/project.json
  2. +1
    -1
      src/Discord.Net/project.json

+ 2
- 2
src/Discord.Net.Commands/project.json View File

@@ -1,5 +1,5 @@
{ {
"version": "0.7.2-beta2",
"version": "0.7.2",
"description": "A small Discord.Net extension to make bot creation easier.", "description": "A small Discord.Net extension to make bot creation easier.",
"authors": [ "RogueException" ], "authors": [ "RogueException" ],
"tags": [ "discord", "discordapp" ], "tags": [ "discord", "discordapp" ],
@@ -13,7 +13,7 @@
"warningsAsErrors": true "warningsAsErrors": true
}, },
"dependencies": { "dependencies": {
"Discord.Net": "0.7.2-beta2"
"Discord.Net": "0.7.2"
}, },
"frameworks": { "frameworks": {
"net45": { }, "net45": { },


+ 1
- 1
src/Discord.Net/project.json View File

@@ -1,5 +1,5 @@
{ {
"version": "0.7.2-beta2",
"version": "0.7.2",
"description": "An unofficial .Net API wrapper for the Discord client.", "description": "An unofficial .Net API wrapper for the Discord client.",
"authors": [ "RogueException" ], "authors": [ "RogueException" ],
"tags": [ "discord", "discordapp" ], "tags": [ "discord", "discordapp" ],


Loading…
Cancel
Save