This commit is contained in:
RogueException
2016-02-12 22:09:02 -04:00
parent 8e8c2cc7fb
commit 34fd47bb5d
5 changed files with 47 additions and 47 deletions

View File

@@ -1,4 +1,4 @@
# Discord.Net v0.9.0 # Discord.Net v0.9.0-rc3
An unofficial .Net API Wrapper for the Discord client (http://discordapp.com). 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). Check out the [documentation](https://discordnet.readthedocs.org/en/latest/) or join the [Discord API Chat](https://discord.gg/0SBTUU1wZTVjAMPx).

View File

@@ -1,5 +1,5 @@
{ {
"version": "0.9.0", "version": "0.9.0-rc3",
"description": "A Discord.Net extension adding voice support.", "description": "A Discord.Net extension adding voice support.",
"authors": [ "RogueException" ], "authors": [ "RogueException" ],
"tags": [ "discord", "discordapp" ], "tags": [ "discord", "discordapp" ],
@@ -18,7 +18,7 @@
}, },
"dependencies": { "dependencies": {
"Discord.Net": "0.9.0" "Discord.Net": "0.9.0-rc3"
}, },
"frameworks": { "frameworks": {
"net45": { }, "net45": { },

View File

@@ -1,25 +1,25 @@
{ {
"version": "0.9.0", "version": "0.9.0-rc3",
"description": "A Discord.Net extension adding basic command support.", "description": "A Discord.Net extension adding basic command support.",
"authors": [ "RogueException" ], "authors": [ "RogueException" ],
"tags": [ "discord", "discordapp" ], "tags": [ "discord", "discordapp" ],
"projectUrl": "https://github.com/RogueException/Discord.Net", "projectUrl": "https://github.com/RogueException/Discord.Net",
"licenseUrl": "http://opensource.org/licenses/MIT", "licenseUrl": "http://opensource.org/licenses/MIT",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git://github.com/RogueException/Discord.Net" "url": "git://github.com/RogueException/Discord.Net"
}, },
"compile": [ "**/*.cs", "../Discord.Net.Shared/*.cs" ], "compile": [ "**/*.cs", "../Discord.Net.Shared/*.cs" ],
"compilationOptions": { "compilationOptions": {
"warningsAsErrors": true "warningsAsErrors": true
}, },
"dependencies": { "dependencies": {
"Discord.Net": "0.9.0" "Discord.Net": "0.9.0-rc3"
}, },
"frameworks": { "frameworks": {
"net45": { }, "net45": { },
"dotnet5.4": { } "dotnet5.4": { }
} }
} }

View File

@@ -1,26 +1,26 @@
{ {
"version": "0.9.0", "version": "0.9.0-rc3",
"description": "A Discord.Net extension adding basic plugin support.", "description": "A Discord.Net extension adding basic plugin support.",
"authors": [ "RogueException" ], "authors": [ "RogueException" ],
"tags": [ "discord", "discordapp" ], "tags": [ "discord", "discordapp" ],
"projectUrl": "https://github.com/RogueException/Discord.Net", "projectUrl": "https://github.com/RogueException/Discord.Net",
"licenseUrl": "http://opensource.org/licenses/MIT", "licenseUrl": "http://opensource.org/licenses/MIT",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git://github.com/RogueException/Discord.Net" "url": "git://github.com/RogueException/Discord.Net"
}, },
"compile": [ "**/*.cs", "../Discord.Net.Shared/*.cs" ], "compile": [ "**/*.cs", "../Discord.Net.Shared/*.cs" ],
"compilationOptions": { "compilationOptions": {
"warningsAsErrors": true "warningsAsErrors": true
}, },
"dependencies": { "dependencies": {
"Discord.Net": "0.9.0", "Discord.Net": "0.9.0-rc3",
"Discord.Net.Commands": "0.9.0" "Discord.Net.Commands": "0.9.0-rc3"
}, },
"frameworks": { "frameworks": {
"net45": { }, "net45": { },
"dotnet5.4": { } "dotnet5.4": { }
} }
} }

View File

@@ -1,5 +1,5 @@
{ {
"version": "0.9.0", "version": "0.9.0-rc3",
"description": "An unofficial .Net API wrapper for the Discord client.", "description": "An unofficial .Net API wrapper for the Discord client.",
"authors": [ "authors": [
"RogueException" "RogueException"