From 3c69cd0557a596046016d8456d416aea5950024f Mon Sep 17 00:00:00 2001 From: jellyfin-bot <45807407+jellyfin-bot@users.noreply.github.com> Date: Sat, 11 May 2024 15:45:13 -0400 Subject: [PATCH] Prepare for release v8 (#53) --- Directory.Build.props | 6 +++--- build.yaml | 6 +++++- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index c608cd0..4610685 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 6.0.0.0 - 6.0.0.0 - 6.0.0.0 + 8.0.0.0 + 8.0.0.0 + 8.0.0.0 diff --git a/build.yaml b/build.yaml index 587e532..eab0e64 100644 --- a/build.yaml +++ b/build.yaml @@ -1,7 +1,7 @@ name: "AniList" guid: "1bd22884-44be-40f3-ad95-fc4a7834ba2c" imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-anilist.png" -version: 7 +version: 8 targetAbi: "10.9.0.0" framework: "net8.0" owner: "jellyfin" @@ -13,3 +13,7 @@ category: "Metadata" artifacts: - "Jellyfin.Plugin.AniList.dll" changelog: |- + - Unstable (#61) @crobibero + + ### Bug Fixes ### + - Fix genre settings not being applied to movies (#52) @HansLehnert