diff --git a/Directory.Build.props b/Directory.Build.props index 49d976b1..579db153 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 10.0.0.0 - 10.0.0.0 - 10.0.0.0 + 11.0.0.0 + 11.0.0.0 + 11.0.0.0 diff --git a/build.yaml b/build.yaml index 2deff6c9..1f82cb33 100644 --- a/build.yaml +++ b/build.yaml @@ -1,7 +1,7 @@ --- name: "Bookshelf" guid: "9c4e63f1-031b-4f25-988b-4f7d78a8b53e" -version: 10 +version: 11 targetAbi: "10.9.0.0" framework: "net8.0" owner: "jellyfin" @@ -13,3 +13,9 @@ category: "Metadata" artifacts: - "Jellyfin.Plugin.Bookshelf.dll" changelog: |- + - Unstable (#103) @crobibero + - Improve cover image extraction from epub files (#102) @unfedorg + + ### Dependency updates ### + - Update dependency coverlet.collector to v6.0.2 (#101) @renovate + - Update dependency coverlet.collector to v6.0.1 (#98) @renovate