Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History

README.md

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" />