File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ [ ![ GitHub license] ( https://img.shields.io/github/license/QL-Win/QuickLook.Common )] ( https://github.com/QL-Win/QuickLook/blob/master/QuickLook.Common/LICENSE ) [ ![ NuGet] ( https://img.shields.io/nuget/v/QuickLook.Common.svg )] ( https://nuget.org/packages/QuickLook.Common )
2+
13# QuickLook.Common
24
35This repository holds the common library of QuickLook. The library is shared among all QuickLook projects.
6+
7+ Repository: https://github.com/QL-Win/QuickLook
8+
9+ ## Plugin development update
10+
11+ QuickLook.Common no longer requires submodule-based development for QuickLook plugins.
12+
13+ If your plugin project previously used this repository as a git submodule, remove it with:
14+
15+ ``` bash
16+ git submodule deinit -f QuickLook.Common
17+ git rm -f QuickLook.Common
18+ ```
19+
20+ Then switch to NuGet dependency:
21+
22+ ``` xml
23+ <PackageReference Include =" QuickLook.Common" Version =" x.y.z" />
24+ ```
You can’t perform that action at this time.
0 commit comments