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