| @@ -1,13 +1,10 @@ | |||||
| # Discord.Net v0.9.3.2 | |||||
| # Discord.Net v0.9.4 | |||||
| [](https://www.nuget.org/packages/Discord.Net) [](https://discord.gg/0SBTUU1wZTYLhAAW) | [](https://www.nuget.org/packages/Discord.Net) [](https://discord.gg/0SBTUU1wZTYLhAAW) | ||||
| 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](http://rtd.discord.foxbot.me/en/legacy/) or join the [Discord API Chat](https://discord.gg/0SBTUU1wZTVjAMPx). | Check out the [documentation](http://rtd.discord.foxbot.me/en/legacy/) or join the [Discord API Chat](https://discord.gg/0SBTUU1wZTVjAMPx). | ||||
| ##### Warning: Some of the documentation is outdated. | |||||
| It's current being rewritten. Until that's done, feel free to use my [DiscordBot](https://github.com/RogueException/DiscordBot) repo for reference. | |||||
| ### Installation | ### Installation | ||||
| You can download Discord.Net and its extensions from NuGet: | You can download Discord.Net and its extensions from NuGet: | ||||
| - [Discord.Net](https://www.nuget.org/packages/Discord.Net/) | - [Discord.Net](https://www.nuget.org/packages/Discord.Net/) | ||||
| @@ -18,6 +15,6 @@ You can download Discord.Net and its extensions from NuGet: | |||||
| ### Compiling | ### Compiling | ||||
| In order to compile Discord.Net, you require at least the following: | In order to compile Discord.Net, you require at least the following: | ||||
| - [Visual Studio 2015](https://www.visualstudio.com/downloads/download-visual-studio-vs) | - [Visual Studio 2015](https://www.visualstudio.com/downloads/download-visual-studio-vs) | ||||
| - [Visual Studio 2015 Update 2](https://www.visualstudio.com/en-us/news/vs2015-update2-vs.aspx) | |||||
| - [Visual Studio 2015 Update 3](https://www.microsoft.com/net/core#windows) | |||||
| - [Visual Studio .Net Core Plugin](https://www.microsoft.com/net/core#windows) | - [Visual Studio .Net Core Plugin](https://www.microsoft.com/net/core#windows) | ||||
| - NuGet 3.3+ (available through Visual Studio) | - NuGet 3.3+ (available through Visual Studio) | ||||
| @@ -1,6 +1,3 @@ | |||||
| { | { | ||||
| "projects": [ "src" ], | |||||
| "sdk": { | |||||
| "version": "1.0.0-preview1-002702" | |||||
| } | |||||
| "projects": [ "src" ] | |||||
| } | } | ||||
| @@ -1,5 +1,5 @@ | |||||
| { | { | ||||
| "version": "0.9.3", | |||||
| "version": "0.9.4", | |||||
| "description": "A Discord.Net extension adding voice support.", | "description": "A Discord.Net extension adding voice support.", | ||||
| "authors": [ "RogueException" ], | "authors": [ "RogueException" ], | ||||
| @@ -21,13 +21,13 @@ | |||||
| }, | }, | ||||
| "dependencies": { | "dependencies": { | ||||
| "Discord.Net": "0.9.3.1" | |||||
| "Discord.Net": "0.9.4" | |||||
| }, | }, | ||||
| "frameworks": { | "frameworks": { | ||||
| "netstandard1.3": { | "netstandard1.3": { | ||||
| "dependencies": { | "dependencies": { | ||||
| "NETStandard.Library": "1.5.0-rc2-24027" | |||||
| "NETStandard.Library": "1.6.0" | |||||
| }, | }, | ||||
| "imports": [ | "imports": [ | ||||
| "dotnet5.4", | "dotnet5.4", | ||||
| @@ -1,5 +1,5 @@ | |||||
| { | { | ||||
| "version": "0.9.3", | |||||
| "version": "0.9.4", | |||||
| "description": "A Discord.Net extension adding basic command support.", | "description": "A Discord.Net extension adding basic command support.", | ||||
| "authors": [ "RogueException" ], | "authors": [ "RogueException" ], | ||||
| @@ -19,13 +19,13 @@ | |||||
| }, | }, | ||||
| "dependencies": { | "dependencies": { | ||||
| "Discord.Net": "0.9.3.1" | |||||
| "Discord.Net": "0.9.4" | |||||
| }, | }, | ||||
| "frameworks": { | "frameworks": { | ||||
| "netstandard1.3": { | "netstandard1.3": { | ||||
| "dependencies": { | "dependencies": { | ||||
| "NETStandard.Library": "1.5.0-rc2-24027" | |||||
| "NETStandard.Library": "1.6.0" | |||||
| }, | }, | ||||
| "imports": [ | "imports": [ | ||||
| "dotnet5.4", | "dotnet5.4", | ||||
| @@ -1,5 +1,5 @@ | |||||
| { | { | ||||
| "version": "0.9.3", | |||||
| "version": "0.9.4", | |||||
| "description": "A Discord.Net extension adding basic plugin support.", | "description": "A Discord.Net extension adding basic plugin support.", | ||||
| "authors": [ "RogueException" ], | "authors": [ "RogueException" ], | ||||
| @@ -19,14 +19,14 @@ | |||||
| }, | }, | ||||
| "dependencies": { | "dependencies": { | ||||
| "Discord.Net": "0.9.3.1", | |||||
| "Discord.Net.Commands": "0.9.3" | |||||
| "Discord.Net": "0.9.4", | |||||
| "Discord.Net.Commands": "0.9.4" | |||||
| }, | }, | ||||
| "frameworks": { | "frameworks": { | ||||
| "netstandard1.3": { | "netstandard1.3": { | ||||
| "dependencies": { | "dependencies": { | ||||
| "NETStandard.Library": "1.5.0-rc2-24027" | |||||
| "NETStandard.Library": "1.6.0" | |||||
| }, | }, | ||||
| "imports": [ | "imports": [ | ||||
| "dotnet5.4", | "dotnet5.4", | ||||
| @@ -1,5 +1,5 @@ | |||||
| { | { | ||||
| "version": "0.9.3.2", | |||||
| "version": "0.9.4", | |||||
| "description": "An unofficial .Net API wrapper for the Discord client.", | "description": "An unofficial .Net API wrapper for the Discord client.", | ||||
| "authors": [ "RogueException" ], | "authors": [ "RogueException" ], | ||||
| @@ -30,13 +30,13 @@ | |||||
| "frameworks": { | "frameworks": { | ||||
| "netstandard1.3": { | "netstandard1.3": { | ||||
| "dependencies": { | "dependencies": { | ||||
| "NETStandard.Library": "1.5.0-rc2-24027", | |||||
| "System.Net.Requests": "4.0.11-rc2-24027", | |||||
| "System.Net.Websockets.Client": "4.0.0-rc2-24027", | |||||
| "System.Reflection.Emit.Lightweight": "4.0.1-rc2-24027", | |||||
| "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027", | |||||
| "System.Security.Cryptography.Algorithms": "4.1.0-rc2-24027", | |||||
| "System.Net.NameResolution": "4.0.0-rc2-24027" | |||||
| "NETStandard.Library": "1.6.0", | |||||
| "System.Net.Requests": "4.0.11", | |||||
| "System.Net.Websockets.Client": "4.0.0", | |||||
| "System.Reflection.Emit.Lightweight": "4.0.1", | |||||
| "System.Runtime.Serialization.Primitives": "4.1.1", | |||||
| "System.Security.Cryptography.Algorithms": "4.2.0", | |||||
| "System.Net.NameResolution": "4.0.0" | |||||
| }, | }, | ||||
| "imports": [ | "imports": [ | ||||
| "dotnet5.4", | "dotnet5.4", | ||||