# Discord.Net v1.0.0-dev [![NuGet Pre Release](https://img.shields.io/nuget/vpre/Discord.Net.svg?maxAge=2592000?style=plastic)](https://www.nuget.org/packages/Discord.Net) [![AppVeyor](https://img.shields.io/appveyor/ci/foxbot/discord-net.svg?maxAge=2592000?style=plastic)](https://ci.appveyor.com/project/foxbot/discord-net/) [![Discord](https://discordapp.com/api/servers/81384788765712384/widget.png)](https://discord.gg/0SBTUU1wZTYLhAAW) Discord.Net is an API wrapper for [Discord](http://discordapp.com) written in C#. Check out the [documentation](https://discordnet.readthedocs.org/en/latest/) or join the [Discord API Chat](https://discord.gg/0SBTUU1wZTVjAMPx). ## Installing You can download Discord.Net and its extensions from NuGet: - [Discord.Net](https://www.nuget.org/packages/Discord.Net/) - [Discord.Net.Commands](https://www.nuget.org/packages/Discord.Net.Commands/) - [Discord.Net.Modules](https://www.nuget.org/packages/Discord.Net.Modules/) - [Discord.Net.Audio](https://www.nuget.org/packages/Discord.Net.Audio/) ### Compiling In order to compile Discord.Net, you require at least the following: - [Visual Studio 15](https://www.visualstudio.com/downloads/download-visual-studio-vs) - [ASP.Net 5 RC1](https://get.asp.net) - NuGet 3.3 (available through Visual Studio) ### Known Issues - .Net Core support is incomplete on non-Windows systems