From f75849909595ea259cf8e6d9df04f708b3ce2314 Mon Sep 17 00:00:00 2001 From: Cody Robibero Date: Sat, 30 Oct 2021 18:19:41 -0600 Subject: [PATCH] v6 prep --- build.yaml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/build.yaml b/build.yaml index 56a1a800..31ddb268 100644 --- a/build.yaml +++ b/build.yaml @@ -1,8 +1,8 @@ --- name: "Bookshelf" guid: "9c4e63f1-031b-4f25-988b-4f7d78a8b53e" -version: "5.0.0.0" -targetAbi: "10.7.0.0" +version: "6" +targetAbi: "10.7.7.0" framework: "net5.0" owner: "jellyfin" overview: "Manage your books" @@ -13,4 +13,10 @@ category: "Metadata" artifacts: - "Jellyfin.Plugin.Bookshelf.dll" changelog: > - changelog + ### New features and improvements ### + - Expand ComicInfo support and add support for comic covers (#34) @MinecraftPlaye + - Use System.Text.Json (#29) @daullmer + ### Dependency updates ### + - chore(deps): bump release-drafter/release-drafter from v5.14.0 to v5.15.0 (#32) @dependabot + ### CI & build changes ### + - chore(ci): builds, releas drafter and more (#31) @h1dden-da3m0n