forked from jellyfin/jellyfin-plugin-bookshelf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.yaml
25 lines (22 loc) · 807 Bytes
/
build.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
name: "Bookshelf"
guid: "9c4e63f1-031b-4f25-988b-4f7d78a8b53e"
version: 9
targetAbi: "10.8.3.0"
framework: "net6.0"
owner: "jellyfin"
overview: "Manage your books"
description: >
Supports several different metadata providers and options for organizing your collection.
category: "Metadata"
artifacts:
- "Jellyfin.Plugin.Bookshelf.dll"
changelog: |2-
### Code or Repo Maintenance ###
- Add development setup for Visual Studio Code (#64) @MinecraftPlaye
- Use JsonSerializer.Deserialize overload that accepts a string (#65) @Bond-009
### Dependency updates ###
- chore(deps): update dependency sharpcompress to v0.32.2 (#62) @renovate
- chore(deps): update dependency sharpcompress to v0.32.0 (#61) @renovate
### CI & build changes ###
- fix: meta ci workflows (#58) @h1dden-da3m0n