-
-
Notifications
You must be signed in to change notification settings - Fork 20
/
build.yaml
28 lines (25 loc) · 897 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
26
27
28
---
name: "Bookshelf"
guid: "9c4e63f1-031b-4f25-988b-4f7d78a8b53e"
version: 12
targetAbi: "10.10.0.0"
framework: "net8.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"
- "SharpCompress.dll"
- "ZstdSharp.dll"
changelog: |-
- Fix nullability for 10.10 (#116) @crobibero
- Update opf and add ISBN (#108) @AshleyDeo
- Add Comic Vine Person provider (#85) @Pithaya
### New features and improvements ###
- Add support for covers from .cbt, .cb7 and .cbr (#112) @oddstr13
### Dependency updates ###
- Update dependency Microsoft.NET.Test.Sdk to 17.11.1 (#106) @renovate
- Update xunit-dotnet monorepo (#84) @renovate
- Update dependency Microsoft.Extensions.Http to 8.0.1 - autoclosed (#115) @renovate