Browse Source

Update README.md

tags/docs-0.9
RogueException 9 years ago
parent
commit
4ae98249aa
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      README.md

+ 2
- 2
README.md View File

@@ -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). 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.
@@ -54,4 +54,4 @@ await client.Connect("discordtest@email.com", "Password123");
### 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.
- 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 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.
- DNX Core 5.0 is experiencing several network-related issues and support has been temporarily dropped.

Loading…
Cancel
Save