Browse Source

0.7.3-beta3

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

+ 1
- 1
README.md View File

@@ -1,4 +1,4 @@
# Discord.Net v0.7.3-beta2
# Discord.Net v0.7.3-beta3
An unofficial .Net API Wrapper for the Discord client (http://discordapp.com).

Check out the [documentation](https://discordnet.readthedocs.org/en/latest/) or join the [Discord API Chat](https://discord.gg/0SBTUU1wZTVjAMPx).


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

@@ -1,5 +1,5 @@
{
"version": "0.7.3-beta2",
"version": "0.7.3-beta3",
"description": "A Discord.Net extension adding basic command support.",
"authors": [ "RogueException" ],
"tags": [ "discord", "discordapp" ],


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

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


Loading…
Cancel
Save