| @@ -1,4 +1,4 @@ | |||||
| # Discord.Net v0.6.1-beta2 | |||||
| # Discord.Net v0.7.0-beta1 | |||||
| An unofficial .Net API Wrapper for the Discord client (http://discordapp.com). | An unofficial .Net API Wrapper for the Discord client (http://discordapp.com). | ||||
| [Join the discussion](https://discord.gg/0SBTUU1wZTVjAMPx) on Discord. | [Join the discussion](https://discord.gg/0SBTUU1wZTVjAMPx) on Discord. | ||||
| @@ -11,7 +11,7 @@ Discord.Net itself is also in alpha so several functions may be unstable or not | |||||
| - Server Management (Servers, Channels, Messages, Invites) | - Server Management (Servers, Channels, Messages, Invites) | ||||
| - User Moderation (Kick/Ban/Unban/Mute/Unmute/Deafen/Undeafen) | - User Moderation (Kick/Ban/Unban/Mute/Unmute/Deafen/Undeafen) | ||||
| - Alpha Voice Support (Outgoing only currently) | - Alpha Voice Support (Outgoing only currently) | ||||
| - Supports .Net 4.5, DNX 4.5.1, and DNX Core 5.0 | |||||
| - Supports .Net 4.5 and DNX 4.5.1 | |||||
| ### NuGet Packages | ### NuGet Packages | ||||
| - [Discord.Net](https://www.nuget.org/packages/Discord.Net/) | - [Discord.Net](https://www.nuget.org/packages/Discord.Net/) | ||||
| @@ -55,3 +55,4 @@ await client.AcceptInvite("channel-invite-code"); | |||||
| ### Known Issues | ### Known Issues | ||||
| - Due to current Discord restrictions, private messages are blocked unless both the sender and recipient are members of the same server. | - Due to current Discord restrictions, private messages are blocked unless both the sender and recipient are members of the same server. | ||||
| - Caches do not currently clean up when their entries are no longer referenced, and there is no cap to the message cache. For now, disconencting and reconnecting will clear all caches. | - Caches do not currently clean up when their entries are no longer referenced, and there is no cap to the message cache. For now, disconencting and reconnecting will clear all caches. | ||||
| - DNX Core 5.0 support is waiting on websockets to be implemented. | |||||