From 04375289b322bf15611237b93260510642a5894b Mon Sep 17 00:00:00 2001 From: jellyfin-bot <45807407+jellyfin-bot@users.noreply.github.com> Date: Sun, 2 Jun 2024 10:09:07 -0400 Subject: [PATCH] Prepare for release v9 (#66) --- Directory.Build.props | 6 +++--- build.yaml | 18 ++++++------------ 2 files changed, 9 insertions(+), 15 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 4610685..9257d94 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 8.0.0.0 - 8.0.0.0 - 8.0.0.0 + 9.0.0.0 + 9.0.0.0 + 9.0.0.0 diff --git a/build.yaml b/build.yaml index b6014d7..f45a333 100644 --- a/build.yaml +++ b/build.yaml @@ -1,8 +1,8 @@ name: "AniDB" guid: "a2b2a7ed-aa28-4521-a64a-63d86901f246" imageUrl: https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-anidb.png -version: 8 -targetAbi: "10.9.0.0" +version: 9 +targetAbi: "10.9.4.0" framework: "net8.0" owner: "jellyfin" overview: "AniDB metadata provider" @@ -13,13 +13,7 @@ category: "Metadata" artifacts: - "Jellyfin.Plugin.AniDB.dll" changelog: |- - - 10.9 (#64) @crobibero - - ### New features and improvements ### - - Make series.xml cache age user configurable (#44) @Scholars-Mate - - ### Bug Fixes ### - - Detect api errors and throw exception (#42) @nalsai - - ### Code or Repo Maintenance ### - - Update link to Jellyfin website (#62) @methbkts + - Map tag "18 restricted" to parental rating NC-17 (#48) @nalsai + - Strip the year from the name for finding matches (#55) @nalsai + - Add n-apostrophe replacement (#56) @nalsai + - Add wo replacement (#57) @nalsai