From cd67deeb2ad8d7b8bd4ab5d94fd7b9ac9dffd845 Mon Sep 17 00:00:00 2001 From: RogueException Date: Sun, 4 Oct 2015 14:02:18 -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 c4ad1e4d5..6fefd204c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Discord.Net v0.7.1-beta1 +# Discord.Net v0.7.1 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). @@ -18,5 +18,5 @@ You can download Discord.Net from NuGet: ### 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. +- The Message cache 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.