Archive Notice: This repository (QuickLook.Common) has been merged into the QuickLook repository.
This repository holds the common library of QuickLook. The library is shared among all QuickLook projects.
QuickLook.Common no longer requires submodule-based development for QuickLook plugins.
If your plugin project previously used this repository as a git submodule, remove it with:
git submodule deinit -f QuickLook.Common
git rm -f QuickLook.CommonThen switch to NuGet dependency:
<PackageReference Include="QuickLook.Common" Version="x.y.z" />