diff --git a/Directory.Build.props b/Directory.Build.props index 9257d946..49d976b1 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 9.0.0.0 - 9.0.0.0 - 9.0.0.0 + 10.0.0.0 + 10.0.0.0 + 10.0.0.0 diff --git a/build.yaml b/build.yaml index bc07a890..9df7bc30 100644 --- a/build.yaml +++ b/build.yaml @@ -1,8 +1,8 @@ --- name: "Bookshelf" guid: "9c4e63f1-031b-4f25-988b-4f7d78a8b53e" -version: 9 -targetAbi: "10.8.3.0" +version: 10 +targetAbi: "10.8.10.0" framework: "net6.0" owner: "jellyfin" overview: "Manage your books" @@ -13,13 +13,11 @@ 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 + ### New features and improvements ### + - Improve title handling of epub files (#75) @carif - ### Dependency updates ### - - chore(deps): update dependency sharpcompress to v0.32.2 (#62) @renovate - - chore(deps): update dependency sharpcompress to v0.32.0 (#61) @renovate + ### Bug Fixes ### + - Update EpubMetadataImageProvider.cs (#66) @wuyu8512 - ### CI & build changes ### - - fix: meta ci workflows (#58) @h1dden-da3m0n + ### Documentation updates ### + - Fix typo and improve README formatting (#74) @carif