mirror of
https://github.com/QL-Win/QuickLook.git
synced 2026-05-07 02:00:21 +08:00
Update README: add badges and plugin migration for QuickLook.Common
This commit is contained in:
@@ -1,3 +1,24 @@
|
||||
[](https://github.com/QL-Win/QuickLook/blob/master/QuickLook.Common/LICENSE) [](https://nuget.org/packages/QuickLook.Common)
|
||||
|
||||
# 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:
|
||||
|
||||
```bash
|
||||
git submodule deinit -f QuickLook.Common
|
||||
git rm -f QuickLook.Common
|
||||
```
|
||||
|
||||
Then switch to NuGet dependency:
|
||||
|
||||
```xml
|
||||
<PackageReference Include="QuickLook.Common" Version="x.y.z" />
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user