From 224af65b295e5bb2fc09ef7dbeeb14b3a0b1a559 Mon Sep 17 00:00:00 2001 From: RogueException Date: Wed, 25 Jan 2017 23:02:14 -0400 Subject: [PATCH] Updated README with new compile requirements --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 934cb775c..d4e975f49 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![MyGet Build Status](https://www.myget.org/BuildSource/Badge/discord-net?identifier=15bf7c42-22dd-4406-93e5-3cafc62bbc85)](https://www.myget.org/) [![Discord](https://discordapp.com/api/guilds/81384788765712384/widget.png)](https://discord.gg/0SBTUU1wZTVjAMPx) -An unofficial .Net API Wrapper for the Discord client (http://discordapp.com). +An unofficial .NET API Wrapper for the Discord client (http://discordapp.com). Check out the [documentation](https://discord.foxbot.me/docs/) or join the [Discord API Chat](https://discord.gg/0SBTUU1wZTVjAMPx). @@ -29,15 +29,17 @@ Nightly builds are available through our MyGet feed (`https://www.myget.org/F/di In order to compile Discord.Net, you require the following: ### Using Visual Studio -- [Visual Studio 2017 RC Build 26014.0](https://www.microsoft.com/net/core#windowsvs2017) +- [Visual Studio 2017 RC](https://www.microsoft.com/net/core#windowsvs2017) +- [.NET Core SDK 1.0 RC3](https://github.com/dotnet/core/blob/master/release-notes/rc3-download.md) The .NET Core and Docker (Preview) workload is required during Visual Studio installation. ### Using Command Line -- [.Net Core 1.1 SDK](https://www.microsoft.com/net/download/core) +- [.NET Core 1.1 Runtime](https://www.microsoft.com/net/download/core) +- [.NET Core SDK 1.0 RC3](https://github.com/dotnet/core/blob/master/release-notes/rc3-download.md) ## Known Issues ### WebSockets (Win7 and earlier) -.Net Core 1.1 does not support WebSockets on Win7 and earlier. It's recommended to use the Discord.Net.Providers.WS4Net package until this is resolved. +.NET Core 1.1 does not support WebSockets on Win7 and earlier. It's recommended to use the Discord.Net.Providers.WS4Net package until this is resolved. Track the issue [here](https://github.com/dotnet/corefx/issues/9503).