From 1ed08fc224130cf8df4cf7f94d952b00d8e0f684 Mon Sep 17 00:00:00 2001 From: Edwin Rijkee Date: Thu, 7 May 2026 22:18:44 +0200 Subject: [PATCH 1/2] Upgrade VpSharp --- VPLink.Common/VPLink.Common.csproj | 2 +- VPLink/Services/VirtualParadiseMessageService.cs | 3 ++- VPLink/VPLink.csproj | 14 +++++++------- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/VPLink.Common/VPLink.Common.csproj b/VPLink.Common/VPLink.Common.csproj index 796fad4..9a1961f 100644 --- a/VPLink.Common/VPLink.Common.csproj +++ b/VPLink.Common/VPLink.Common.csproj @@ -9,7 +9,7 @@ - + diff --git a/VPLink/Services/VirtualParadiseMessageService.cs b/VPLink/Services/VirtualParadiseMessageService.cs index 2c028b5..32b4fc9 100644 --- a/VPLink/Services/VirtualParadiseMessageService.cs +++ b/VPLink/Services/VirtualParadiseMessageService.cs @@ -51,7 +51,8 @@ public Task SendMessageAsync(RelayedMessage message) FontStyle style = message.IsReply ? configuration.ReplyStyle : configuration.Style; string content = Format.StripMarkDown(message.Content); - return _virtualParadiseClient.SendMessageAsync(message.Author, content, style, color); + _virtualParadiseClient.SendMessage(message.Author, content, style, color); + return Task.CompletedTask; } /// diff --git a/VPLink/VPLink.csproj b/VPLink/VPLink.csproj index d31b3fc..c585069 100644 --- a/VPLink/VPLink.csproj +++ b/VPLink/VPLink.csproj @@ -1,4 +1,4 @@ - + Exe @@ -35,17 +35,17 @@ - + - + - - - - + + + + From 828b6bc8f3c0f6e8629b206fb69e6295f61dc6a0 Mon Sep 17 00:00:00 2001 From: Edwin Rijkee Date: Thu, 7 May 2026 22:28:25 +0200 Subject: [PATCH 2/2] Upgrade VpSharp to a version that knows about zones --- VPLink.Common/VPLink.Common.csproj | 6 +++--- VPLink/VPLink.csproj | 24 ++++++++++++------------ 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/VPLink.Common/VPLink.Common.csproj b/VPLink.Common/VPLink.Common.csproj index 9a1961f..025ca07 100644 --- a/VPLink.Common/VPLink.Common.csproj +++ b/VPLink.Common/VPLink.Common.csproj @@ -7,9 +7,9 @@ - - - + + + diff --git a/VPLink/VPLink.csproj b/VPLink/VPLink.csproj index c585069..b31ec54 100644 --- a/VPLink/VPLink.csproj +++ b/VPLink/VPLink.csproj @@ -35,21 +35,21 @@ - - - - - - - - - - - + + + + + + + + + + + - +