Files
QuickLook/QuickLook.Common
ema 92e6cc44d0
build / build (push) Has been cancelled
build / publish (push) Has been cancelled
Fix QuickLook.Common snupkg publishing failed
Symbols package publishing failed. The associated symbols package could not be published due to the following reason(s):
The uploaded symbols package contains one or more pdbs that are not portable.
Once you've fixed the issue with your symbols package, you can re-upload it.
2026-03-25 03:31:57 +08:00
..

GitHub license NuGet

QuickLook.Common

This repository holds the common library of QuickLook. The library is shared among all QuickLook projects.

Repository: https://github.com/QL-Win/QuickLook

Plugin development update

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.Common

Then switch to NuGet dependency:

<PackageReference Include="QuickLook.Common" Version="x.y.z" />