From 6e24a61623e5d79828ddaef924fb808dd6b49208 Mon Sep 17 00:00:00 2001 From: DarkFighterLuke Date: Sat, 4 May 2024 16:42:19 +0200 Subject: [PATCH] Set correct dotnet-target --- build.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.yaml b/build.yaml index 921fdb3..4403694 100644 --- a/build.yaml +++ b/build.yaml @@ -1,9 +1,9 @@ --- name: "TubeArchivistMetadata" guid: "dc97d0c6-28b0-4242-afb4-5833ae1b3715" -version: "1.2.3.0" -targetAbi: "10.8.0.0" -framework: "net6.0" +version: "1.3.0.0" +targetAbi: "10.9.0.0" +framework: "net8.0" overview: "Metadata for your TubeArchivist library on Jellyfin" description: > TubeArchivistMetadata is a plugin that automatically manages @@ -13,4 +13,4 @@ owner: "DarkFighterLuke" artifacts: - "Jellyfin.Plugin.TubeArchivistMetadata.dll" changelog: > - Add fix for unclosed HTML breaks + Support new Jellyfin API