From 1ce712c673bf54e37505de79a28434c44e40b25d Mon Sep 17 00:00:00 2001 From: quin lynch Date: Thu, 27 May 2021 07:46:08 -0300 Subject: [PATCH] meta: update package for nuget --- src/Discord.Net.Core/Discord.Net.Core.csproj | 13 +++++- src/Discord.Net.Rest/Discord.Net.Rest.csproj | 13 +++++- .../Discord - Backup.Net.WebSocket.csproj | 27 ++++++++++++ .../Discord.Net.WebSocket.csproj | 13 +++++- src/Discord.Net/Discord.Net.nuspec | 42 +++++++++---------- .../MockedEntities/MockedDMChannel.cs | 6 +-- .../MockedEntities/MockedGroupChannel.cs | 6 +-- .../MockedEntities/MockedTextChannel.cs | 6 +-- 8 files changed, 93 insertions(+), 33 deletions(-) create mode 100644 src/Discord.Net.WebSocket/Discord - Backup.Net.WebSocket.csproj diff --git a/src/Discord.Net.Core/Discord.Net.Core.csproj b/src/Discord.Net.Core/Discord.Net.Core.csproj index bfdab248f..19b6435f1 100644 --- a/src/Discord.Net.Core/Discord.Net.Core.csproj +++ b/src/Discord.Net.Core/Discord.Net.Core.csproj @@ -4,9 +4,14 @@ Discord.Net.Core Discord - The core components for the Discord.Net library. + The core components for the Discord.Net Labs library. net461;netstandard2.0;netstandard2.1 netstandard2.0;netstandard2.1 + Discord.Net.Labs.Core + 2.3.1 + Discord.Net.Labs.Core + https://github.com/Discord-Net-Labs/Discord.Net-Labs + Temporary.png @@ -16,4 +21,10 @@ all + + + True + + + diff --git a/src/Discord.Net.Rest/Discord.Net.Rest.csproj b/src/Discord.Net.Rest/Discord.Net.Rest.csproj index 2737ec0d4..457b7c689 100644 --- a/src/Discord.Net.Rest/Discord.Net.Rest.csproj +++ b/src/Discord.Net.Rest/Discord.Net.Rest.csproj @@ -4,9 +4,14 @@ Discord.Net.Rest Discord.Rest - A core Discord.Net library containing the REST client and models. + A core Discord.Net Labs library containing the REST client and models. net461;netstandard2.0;netstandard2.1 netstandard2.0;netstandard2.1 + Temporary.png + https://github.com/Discord-Net-Labs/Discord.Net-Labs + 2.3.1 + Discord.Net.Labs.Rest + https://github.com/Discord-Net-Labs/Discord.Net-Labs @@ -14,4 +19,10 @@ + + + True + + + diff --git a/src/Discord.Net.WebSocket/Discord - Backup.Net.WebSocket.csproj b/src/Discord.Net.WebSocket/Discord - Backup.Net.WebSocket.csproj new file mode 100644 index 000000000..e3a5104e7 --- /dev/null +++ b/src/Discord.Net.WebSocket/Discord - Backup.Net.WebSocket.csproj @@ -0,0 +1,27 @@ + + + + + Discord.Net.WebSocket + Discord.WebSocket + A core Discord.Net Labs library containing the WebSocket client and models. + net461;netstandard2.0;netstandard2.1 + netstandard2.0;netstandard2.1 + true + 2.3.1 + https://github.com/Discord-Net-Labs/Discord.Net-Labs + https://github.com/Discord-Net-Labs/Discord.Net-Labs + Temporary.png + Discord.Net.Labs.WebSocket + + + + + + + + True + + + + diff --git a/src/Discord.Net.WebSocket/Discord.Net.WebSocket.csproj b/src/Discord.Net.WebSocket/Discord.Net.WebSocket.csproj index 1f65d0a15..e3a5104e7 100644 --- a/src/Discord.Net.WebSocket/Discord.Net.WebSocket.csproj +++ b/src/Discord.Net.WebSocket/Discord.Net.WebSocket.csproj @@ -4,13 +4,24 @@ Discord.Net.WebSocket Discord.WebSocket - A core Discord.Net library containing the WebSocket client and models. + A core Discord.Net Labs library containing the WebSocket client and models. net461;netstandard2.0;netstandard2.1 netstandard2.0;netstandard2.1 true + 2.3.1 + https://github.com/Discord-Net-Labs/Discord.Net-Labs + https://github.com/Discord-Net-Labs/Discord.Net-Labs + Temporary.png + Discord.Net.Labs.WebSocket + + + True + + + diff --git a/src/Discord.Net/Discord.Net.nuspec b/src/Discord.Net/Discord.Net.nuspec index 5c5ea4072..cfbbb797a 100644 --- a/src/Discord.Net/Discord.Net.nuspec +++ b/src/Discord.Net/Discord.Net.nuspec @@ -1,38 +1,38 @@ - Discord.Net - 2.3.0-dev$suffix$ - Discord.Net + Discord.Net Labs + 2.3.1$suffix$ + Discord.Net Labs Discord.Net Contributors foxbot - An asynchronous API wrapper for Discord. This metapackage includes all of the optional Discord.Net components. + An experimental fork of Discord.NET that adds all the new discord features to play around with! discord;discordapp - https://github.com/RogueException/Discord.Net + https://github.com/Discord-Net-Labs/Discord.Net-Labs http://opensource.org/licenses/MIT false - https://github.com/RogueException/Discord.Net/raw/dev/docs/marketing/logo/PackageLogo.png + https://avatars.githubusercontent.com/u/84047264 - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + diff --git a/test/Discord.Net.Tests.Unit/MockedEntities/MockedDMChannel.cs b/test/Discord.Net.Tests.Unit/MockedEntities/MockedDMChannel.cs index f169fb717..f0d393af3 100644 --- a/test/Discord.Net.Tests.Unit/MockedEntities/MockedDMChannel.cs +++ b/test/Discord.Net.Tests.Unit/MockedEntities/MockedDMChannel.cs @@ -73,17 +73,17 @@ namespace Discord throw new NotImplementedException(); } - public Task SendFileAsync(string filePath, string text = null, bool isTTS = false, Embed embed = null, RequestOptions options = null, bool isSpoiler = false, AllowedMentions allowedMentions = null, MessageReference messageReference = null) + public Task SendFileAsync(string filePath, string text = null, bool isTTS = false, Embed embed = null, RequestOptions options = null, bool isSpoiler = false, AllowedMentions allowedMentions = null, MessageReference messageReference = null, MessageComponent component = null) { throw new NotImplementedException(); } - public Task SendFileAsync(Stream stream, string filename, string text = null, bool isTTS = false, Embed embed = null, RequestOptions options = null, bool isSpoiler = false, AllowedMentions allowedMentions = null, MessageReference messageReference = null) + public Task SendFileAsync(Stream stream, string filename, string text = null, bool isTTS = false, Embed embed = null, RequestOptions options = null, bool isSpoiler = false, AllowedMentions allowedMentions = null, MessageReference messageReference = null, MessageComponent component = null) { throw new NotImplementedException(); } - public Task SendMessageAsync(string text = null, bool isTTS = false, Embed embed = null, RequestOptions options = null, AllowedMentions allowedMentions = null, MessageReference messageReference = null) + public Task SendMessageAsync(string text = null, bool isTTS = false, Embed embed = null, RequestOptions options = null, AllowedMentions allowedMentions = null, MessageReference messageReference = null, MessageComponent component = null) { throw new NotImplementedException(); } diff --git a/test/Discord.Net.Tests.Unit/MockedEntities/MockedGroupChannel.cs b/test/Discord.Net.Tests.Unit/MockedEntities/MockedGroupChannel.cs index e662d628a..4650a6708 100644 --- a/test/Discord.Net.Tests.Unit/MockedEntities/MockedGroupChannel.cs +++ b/test/Discord.Net.Tests.Unit/MockedEntities/MockedGroupChannel.cs @@ -81,17 +81,17 @@ namespace Discord throw new NotImplementedException(); } - public Task SendFileAsync(string filePath, string text = null, bool isTTS = false, Embed embed = null, RequestOptions options = null, bool isSpoiler = false, AllowedMentions allowedMentions = null, MessageReference messageReference = null) + public Task SendFileAsync(string filePath, string text = null, bool isTTS = false, Embed embed = null, RequestOptions options = null, bool isSpoiler = false, AllowedMentions allowedMentions = null, MessageReference messageReference = null, MessageComponent component = null) { throw new NotImplementedException(); } - public Task SendFileAsync(Stream stream, string filename, string text = null, bool isTTS = false, Embed embed = null, RequestOptions options = null, bool isSpoiler = false, AllowedMentions allowedMentions = null, MessageReference messageReference = null) + public Task SendFileAsync(Stream stream, string filename, string text = null, bool isTTS = false, Embed embed = null, RequestOptions options = null, bool isSpoiler = false, AllowedMentions allowedMentions = null, MessageReference messageReference = null, MessageComponent component = null) { throw new NotImplementedException(); } - public Task SendMessageAsync(string text = null, bool isTTS = false, Embed embed = null, RequestOptions options = null, AllowedMentions allowedMentions = null, MessageReference messageReference = null) + public Task SendMessageAsync(string text = null, bool isTTS = false, Embed embed = null, RequestOptions options = null, AllowedMentions allowedMentions = null, MessageReference messageReference = null, MessageComponent component = null) { throw new NotImplementedException(); } diff --git a/test/Discord.Net.Tests.Unit/MockedEntities/MockedTextChannel.cs b/test/Discord.Net.Tests.Unit/MockedEntities/MockedTextChannel.cs index fbaaf9a18..c8c328d66 100644 --- a/test/Discord.Net.Tests.Unit/MockedEntities/MockedTextChannel.cs +++ b/test/Discord.Net.Tests.Unit/MockedEntities/MockedTextChannel.cs @@ -167,17 +167,17 @@ namespace Discord throw new NotImplementedException(); } - public Task SendFileAsync(string filePath, string text = null, bool isTTS = false, Embed embed = null, RequestOptions options = null, bool isSpoiler = false, AllowedMentions allowedMentions = null, MessageReference messageReference = null) + public Task SendFileAsync(string filePath, string text = null, bool isTTS = false, Embed embed = null, RequestOptions options = null, bool isSpoiler = false, AllowedMentions allowedMentions = null, MessageReference messageReference = null, MessageComponent component = null) { throw new NotImplementedException(); } - public Task SendFileAsync(Stream stream, string filename, string text = null, bool isTTS = false, Embed embed = null, RequestOptions options = null, bool isSpoiler = false, AllowedMentions allowedMentions = null, MessageReference messageReference = null) + public Task SendFileAsync(Stream stream, string filename, string text = null, bool isTTS = false, Embed embed = null, RequestOptions options = null, bool isSpoiler = false, AllowedMentions allowedMentions = null, MessageReference messageReference = null, MessageComponent component = null) { throw new NotImplementedException(); } - public Task SendMessageAsync(string text = null, bool isTTS = false, Embed embed = null, RequestOptions options = null, AllowedMentions allowedMentions = null, MessageReference messageReference = null) + public Task SendMessageAsync(string text = null, bool isTTS = false, Embed embed = null, RequestOptions options = null, AllowedMentions allowedMentions = null, MessageReference messageReference = null, MessageComponent component = null) { throw new NotImplementedException(); }