Major cleanup, upgraded to RC2, ported several websocket features from 0.9.

This commit is contained in:
RogueException
2016-05-17 05:29:44 -03:00
parent 2be3020689
commit b9d9191a30
75 changed files with 1419 additions and 970 deletions

View File

@@ -1,9 +1,11 @@
# Discord.Net v1.0.0-dev
[![Build status](https://ci.appveyor.com/api/projects/status/p0n69xhqgmoobycf/branch/master?svg=true)](https://ci.appveyor.com/project/foxbot/discord-net/branch/master)
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](http://rtd.discord.foxbot.me/en/docs-dev/index.html) or join the [Discord API Chat](https://discord.gg/0SBTUU1wZTVjAMPx).
##### Warning: documentation is currently outdated.
##### 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
@@ -16,9 +18,7 @@ You can download Discord.Net and its extensions from NuGet:
### Compiling
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 Update 1 or higher (available through Visual Studio)
- [ASP.Net 5 RC1](https://get.asp.net)
- NuGet 3.3 (available through Visual Studio)
- [Visual Studio 2015 Update 2](https://www.visualstudio.com/en-us/news/vs2015-update2-vs.aspx)
- [Visual Studio .Net Core Plugin](https://www.microsoft.com/net/core#windows)
- NuGet 3.3+ (available through Visual Studio)
### Known Issues
- .Net Core support is incomplete on non-Windows systems