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