From 9803f5d6a8be97048a669b651ff20ec386208cb4 Mon Sep 17 00:00:00 2001 From: ema Date: Fri, 23 May 2025 03:18:51 +0800 Subject: [PATCH] Use PureSharpCompress instead of SharpCompress --- .../QuickLook.Plugin.ArchiveViewer/ArchiveInfoPanel.xaml.cs | 6 +++--- .../QuickLook.Plugin.ArchiveViewer/ChardetReaderOptions.cs | 4 ++-- .../QuickLook.Plugin.ArchiveViewer.csproj | 3 +-- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/QuickLook.Plugin/QuickLook.Plugin.ArchiveViewer/ArchiveInfoPanel.xaml.cs b/QuickLook.Plugin/QuickLook.Plugin.ArchiveViewer/ArchiveInfoPanel.xaml.cs index fd9b581..8f1d40c 100644 --- a/QuickLook.Plugin/QuickLook.Plugin.ArchiveViewer/ArchiveInfoPanel.xaml.cs +++ b/QuickLook.Plugin/QuickLook.Plugin.ArchiveViewer/ArchiveInfoPanel.xaml.cs @@ -18,9 +18,9 @@ using QuickLook.Common.Annotations; using QuickLook.Common.ExtensionMethods; using QuickLook.Common.Helpers; -using SharpCompress.Archives; -using SharpCompress.Common; -using SharpCompress.Readers; +using PureSharpCompress.Archives; +using PureSharpCompress.Common; +using PureSharpCompress.Readers; using System; using System.Collections.Generic; using System.ComponentModel; diff --git a/QuickLook.Plugin/QuickLook.Plugin.ArchiveViewer/ChardetReaderOptions.cs b/QuickLook.Plugin/QuickLook.Plugin.ArchiveViewer/ChardetReaderOptions.cs index e157e71..6be1fee 100644 --- a/QuickLook.Plugin/QuickLook.Plugin.ArchiveViewer/ChardetReaderOptions.cs +++ b/QuickLook.Plugin/QuickLook.Plugin.ArchiveViewer/ChardetReaderOptions.cs @@ -15,8 +15,8 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -using SharpCompress.Common; -using SharpCompress.Readers; +using PureSharpCompress.Common; +using PureSharpCompress.Readers; using System; using System.Text; using UtfUnknown; diff --git a/QuickLook.Plugin/QuickLook.Plugin.ArchiveViewer/QuickLook.Plugin.ArchiveViewer.csproj b/QuickLook.Plugin/QuickLook.Plugin.ArchiveViewer/QuickLook.Plugin.ArchiveViewer.csproj index aded224..1e22c22 100644 --- a/QuickLook.Plugin/QuickLook.Plugin.ArchiveViewer/QuickLook.Plugin.ArchiveViewer.csproj +++ b/QuickLook.Plugin/QuickLook.Plugin.ArchiveViewer/QuickLook.Plugin.ArchiveViewer.csproj @@ -52,8 +52,7 @@ - - +