From 90c22bb07f64bf8230d42eb04618fcfa7765d4dd Mon Sep 17 00:00:00 2001 From: RogueException Date: Fri, 7 Apr 2017 05:59:33 -0300 Subject: [PATCH] Added webhook package and updated compilation deps --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 903fa76c1..237336f16 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ The individual components may also be installed from NuGet: - [Discord.Net.Rest](https://www.nuget.org/packages/Discord.Net.Rest/) - [Discord.Net.Rpc](https://www.nuget.org/packages/Discord.Net.Rpc/) - [Discord.Net.WebSocket](https://www.nuget.org/packages/Discord.Net.WebSocket/) +- [Discord.Net.Webhook](https://www.nuget.org/packages/Discord.Net.Webhook/) - [Discord.Net.Commands](https://www.nuget.org/packages/Discord.Net.Commands/) The following providers are available for platforms not supporting .NET Standard 1.3: @@ -29,13 +30,13 @@ 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](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) +- [Visual Studio 2017](https://www.microsoft.com/net/core#windowsvs2017) +- [.NET Core SDK](https://www.microsoft.com/net/download/core) -The .NET Core and Docker (Preview) workload is required during Visual Studio installation. +The .NET Core workload must be selected during Visual Studio installation. ### Using Command Line -- [.NET Core SDK 1.0 RC3](https://github.com/dotnet/core/blob/master/release-notes/rc3-download.md) +- [.NET Core SDK](https://www.microsoft.com/net/download/core) ## Known Issues