Skip to content

Commit 6fb3bf0

Browse files
committed
Update README: add badges and plugin migration for QuickLook.Common
1 parent 965f4d6 commit 6fb3bf0

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

QuickLook.Common/README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
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

35
This 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+
```

0 commit comments

Comments
 (0)