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 @@ - - +