From 8db6eff8cbad82e41db10b34127a7553463daa97 Mon Sep 17 00:00:00 2001 From: RogueException Date: Mon, 27 Jun 2016 22:36:08 -0300 Subject: [PATCH] Updated to .Net Core 1.0 RTM, 0.9.4 --- README.md | 7 ++----- global.json | 5 +---- src/Discord.Net.Audio/project.json | 6 +++--- src/Discord.Net.Commands/project.json | 6 +++--- src/Discord.Net.Modules/project.json | 8 ++++---- src/Discord.Net/project.json | 16 ++++++++-------- 6 files changed, 21 insertions(+), 27 deletions(-) diff --git a/README.md b/README.md index 9caefc0f8..b1c5c4aea 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,10 @@ -# Discord.Net v0.9.3.2 +# Discord.Net v0.9.4 [![NuGet Pre Release](https://img.shields.io/nuget/vpre/Discord.Net.svg?maxAge=2592000?style=plastic)](https://www.nuget.org/packages/Discord.Net) [![Discord](https://discordapp.com/api/servers/81384788765712384/widget.png)](https://discord.gg/0SBTUU1wZTYLhAAW) An unofficial .Net API Wrapper for the Discord client (http://discordapp.com). Check out the [documentation](http://rtd.discord.foxbot.me/en/legacy/) or join the [Discord API Chat](https://discord.gg/0SBTUU1wZTVjAMPx). -##### Warning: Some of the documentation is outdated. -It's current being rewritten. Until that's done, feel free to use my [DiscordBot](https://github.com/RogueException/DiscordBot) repo for reference. - ### Installation You can download Discord.Net and its extensions from NuGet: - [Discord.Net](https://www.nuget.org/packages/Discord.Net/) @@ -18,6 +15,6 @@ You can download Discord.Net and its extensions from NuGet: ### Compiling In order to compile Discord.Net, you require at least the following: - [Visual Studio 2015](https://www.visualstudio.com/downloads/download-visual-studio-vs) -- [Visual Studio 2015 Update 2](https://www.visualstudio.com/en-us/news/vs2015-update2-vs.aspx) +- [Visual Studio 2015 Update 3](https://www.microsoft.com/net/core#windows) - [Visual Studio .Net Core Plugin](https://www.microsoft.com/net/core#windows) - NuGet 3.3+ (available through Visual Studio) diff --git a/global.json b/global.json index 17556ef1b..bbdf74d5b 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,3 @@ { - "projects": [ "src" ], - "sdk": { - "version": "1.0.0-preview1-002702" - } + "projects": [ "src" ] } \ No newline at end of file diff --git a/src/Discord.Net.Audio/project.json b/src/Discord.Net.Audio/project.json index d9c09ccfa..4eb70a099 100644 --- a/src/Discord.Net.Audio/project.json +++ b/src/Discord.Net.Audio/project.json @@ -1,5 +1,5 @@ { - "version": "0.9.3", + "version": "0.9.4", "description": "A Discord.Net extension adding voice support.", "authors": [ "RogueException" ], @@ -21,13 +21,13 @@ }, "dependencies": { - "Discord.Net": "0.9.3.1" + "Discord.Net": "0.9.4" }, "frameworks": { "netstandard1.3": { "dependencies": { - "NETStandard.Library": "1.5.0-rc2-24027" + "NETStandard.Library": "1.6.0" }, "imports": [ "dotnet5.4", diff --git a/src/Discord.Net.Commands/project.json b/src/Discord.Net.Commands/project.json index 78832af75..bf1ac384d 100644 --- a/src/Discord.Net.Commands/project.json +++ b/src/Discord.Net.Commands/project.json @@ -1,5 +1,5 @@ { - "version": "0.9.3", + "version": "0.9.4", "description": "A Discord.Net extension adding basic command support.", "authors": [ "RogueException" ], @@ -19,13 +19,13 @@ }, "dependencies": { - "Discord.Net": "0.9.3.1" + "Discord.Net": "0.9.4" }, "frameworks": { "netstandard1.3": { "dependencies": { - "NETStandard.Library": "1.5.0-rc2-24027" + "NETStandard.Library": "1.6.0" }, "imports": [ "dotnet5.4", diff --git a/src/Discord.Net.Modules/project.json b/src/Discord.Net.Modules/project.json index 900915e9b..43e0c99d0 100644 --- a/src/Discord.Net.Modules/project.json +++ b/src/Discord.Net.Modules/project.json @@ -1,5 +1,5 @@ { - "version": "0.9.3", + "version": "0.9.4", "description": "A Discord.Net extension adding basic plugin support.", "authors": [ "RogueException" ], @@ -19,14 +19,14 @@ }, "dependencies": { - "Discord.Net": "0.9.3.1", - "Discord.Net.Commands": "0.9.3" + "Discord.Net": "0.9.4", + "Discord.Net.Commands": "0.9.4" }, "frameworks": { "netstandard1.3": { "dependencies": { - "NETStandard.Library": "1.5.0-rc2-24027" + "NETStandard.Library": "1.6.0" }, "imports": [ "dotnet5.4", diff --git a/src/Discord.Net/project.json b/src/Discord.Net/project.json index 90bddb65b..0d5636762 100644 --- a/src/Discord.Net/project.json +++ b/src/Discord.Net/project.json @@ -1,5 +1,5 @@ { - "version": "0.9.3.2", + "version": "0.9.4", "description": "An unofficial .Net API wrapper for the Discord client.", "authors": [ "RogueException" ], @@ -30,13 +30,13 @@ "frameworks": { "netstandard1.3": { "dependencies": { - "NETStandard.Library": "1.5.0-rc2-24027", - "System.Net.Requests": "4.0.11-rc2-24027", - "System.Net.Websockets.Client": "4.0.0-rc2-24027", - "System.Reflection.Emit.Lightweight": "4.0.1-rc2-24027", - "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027", - "System.Security.Cryptography.Algorithms": "4.1.0-rc2-24027", - "System.Net.NameResolution": "4.0.0-rc2-24027" + "NETStandard.Library": "1.6.0", + "System.Net.Requests": "4.0.11", + "System.Net.Websockets.Client": "4.0.0", + "System.Reflection.Emit.Lightweight": "4.0.1", + "System.Runtime.Serialization.Primitives": "4.1.1", + "System.Security.Cryptography.Algorithms": "4.2.0", + "System.Net.NameResolution": "4.0.0" }, "imports": [ "dotnet5.4",