From f511a2eeb7a1c4b8a1a2b35df43704a131237c99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=BD=D1=8E=D1=82=D0=B8=D0=BD=20=D0=9C=D0=B0=D0=BA?= =?UTF-8?q?=D1=81=D0=B8=D0=BC=20=D0=9D=D0=B8=D0=BA=D0=BE=D0=BB=D0=B0=D0=B5?= =?UTF-8?q?=D0=B2=D0=B8=D1=87?= Date: Mon, 23 Aug 2021 20:09:14 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A0=D0=B5=D0=BB=D0=B8=D0=B7=201.66.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VkNet.Tests/Utils/UrlTests.cs | 10 +++++----- VkNet.Tests/VkNet.Tests.csproj | 4 ++-- VkNet/VkNet.csproj | 15 +++------------ 3 files changed, 10 insertions(+), 19 deletions(-) diff --git a/VkNet.Tests/Utils/UrlTests.cs b/VkNet.Tests/Utils/UrlTests.cs index b6558e6b4..63358c4ed 100644 --- a/VkNet.Tests/Utils/UrlTests.cs +++ b/VkNet.Tests/Utils/UrlTests.cs @@ -42,11 +42,11 @@ public void ParseQueryString() const string inputUrl = "https://www.google.com/search?q=dictionary&sourceid=chrome&ie=UTF-8&key1=value1&key2=value2"; var result = Url.ParseQueryString(inputUrl); - result.Should().ContainKey("q").WhichValue.Should().Be("dictionary"); - result.Should().ContainKey("sourceid").WhichValue.Should().Be("chrome"); - result.Should().ContainKey("ie").WhichValue.Should().Be("UTF-8"); - result.Should().ContainKey("key1").WhichValue.Should().Be("value1"); - result.Should().ContainKey("key2").WhichValue.Should().Be("value2"); + result.Should().ContainKey("q").WhoseValue.Should().Be("dictionary"); + result.Should().ContainKey("sourceid").WhoseValue.Should().Be("chrome"); + result.Should().ContainKey("ie").WhoseValue.Should().Be("UTF-8"); + result.Should().ContainKey("key1").WhoseValue.Should().Be("value1"); + result.Should().ContainKey("key2").WhoseValue.Should().Be("value2"); } [Test] diff --git a/VkNet.Tests/VkNet.Tests.csproj b/VkNet.Tests/VkNet.Tests.csproj index 82dbb14ac..14adfb854 100644 --- a/VkNet.Tests/VkNet.Tests.csproj +++ b/VkNet.Tests/VkNet.Tests.csproj @@ -4,9 +4,9 @@ net5.0 - + - + diff --git a/VkNet/VkNet.csproj b/VkNet/VkNet.csproj index a6a51201d..2f190764c 100644 --- a/VkNet/VkNet.csproj +++ b/VkNet/VkNet.csproj @@ -2,7 +2,7 @@ netstandard2.0;net5.0 VkNet - 1.65.0 + 1.66.0 ru-RU @@ -23,7 +23,7 @@ Обсуждение в Telegram: https://t.me/VkDotNet Группа в Контакте: https://vk.com/vknetdotnet _____________________________________________ - Список изменений: https://github.com/vknet/vk/milestone/41?closed=1 + Список изменений: https://github.com/vknet/vk/milestone/42?closed=1 latest @@ -50,20 +50,11 @@ - + - - - - - - - - -