From 040d2363104409af9d4bd8229a5a3a83817e33e5 Mon Sep 17 00:00:00 2001 From: croire <1432593898@qq.com> Date: Tue, 3 May 2022 22:21:55 +0800 Subject: [PATCH] =?UTF-8?q?WebP.Net=E9=87=8D=E5=91=BD=E5=90=8D=E4=B8=BAWeb?= =?UTF-8?q?PSharp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DownKyi.Core/DownKyi.Core.csproj | 8 ++++---- DownKyi.Core/Storage/StorageCover.cs | 2 +- DownKyi.Core/Storage/StorageHeader.cs | 2 +- DownKyi.Core/packages.config | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/DownKyi.Core/DownKyi.Core.csproj b/DownKyi.Core/DownKyi.Core.csproj index fe62e68..f050494 100644 --- a/DownKyi.Core/DownKyi.Core.csproj +++ b/DownKyi.Core/DownKyi.Core.csproj @@ -94,8 +94,8 @@ - - ..\packages\WebP.Net.0.5.0\lib\net472\WebP.Net.dll + + ..\packages\WebPSharp.0.5.1\lib\net472\WebPSharp.dll @@ -363,9 +363,9 @@ - + - + \ No newline at end of file diff --git a/DownKyi.Core/Storage/StorageCover.cs b/DownKyi.Core/Storage/StorageCover.cs index f16343b..dee2701 100644 --- a/DownKyi.Core/Storage/StorageCover.cs +++ b/DownKyi.Core/Storage/StorageCover.cs @@ -5,7 +5,7 @@ using System; using System.Drawing; using System.IO; using System.Windows.Media.Imaging; -using WebP.Net; +using WebPSharp; namespace DownKyi.Core.Storage { diff --git a/DownKyi.Core/Storage/StorageHeader.cs b/DownKyi.Core/Storage/StorageHeader.cs index ab959aa..49e0d5a 100644 --- a/DownKyi.Core/Storage/StorageHeader.cs +++ b/DownKyi.Core/Storage/StorageHeader.cs @@ -5,7 +5,7 @@ using System; using System.Drawing; using System.IO; using System.Windows.Media.Imaging; -using WebP.Net; +using WebPSharp; namespace DownKyi.Core.Storage { diff --git a/DownKyi.Core/packages.config b/DownKyi.Core/packages.config index 8fe23c3..8f12907 100644 --- a/DownKyi.Core/packages.config +++ b/DownKyi.Core/packages.config @@ -11,5 +11,5 @@ - + \ No newline at end of file