From 4ae98249aaaba8202b9a2c27592f124c5d72d66e Mon Sep 17 00:00:00 2001 From: RogueException Date: Sun, 27 Sep 2015 16:43:13 -0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 537c8c2d2..765a92a3c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Discord.Net v0.7.0 +# Discord.Net v0.7.1-beta1 An unofficial .Net API Wrapper for the Discord client (http://discordapp.com). [Join the discussion](https://discord.gg/0SBTUU1wZTVjAMPx) on Discord. @@ -54,4 +54,4 @@ await client.Connect("discordtest@email.com", "Password123"); ### Known Issues - Due to current Discord restrictions, private messages are blocked unless both the sender and recipient are members of the same server. - The Message caches does not currently clean up when their entries are no longer referenced, and there is currently no cap to it. For now, disconnecting and reconnecting will clear all caches. -- DNX Core 5.0 is experiencing several network-related issues and support has been temporarily dropped. \ No newline at end of file +- DNX Core 5.0 is experiencing several network-related issues and support has been temporarily dropped.