From 8450d1a4ace4ba514782c8112c412765afcd243b Mon Sep 17 00:00:00 2001 From: jellyfin-bot Date: Sat, 6 Nov 2021 20:35:14 +0000 Subject: [PATCH] Bump version to 13 --- build.yaml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/build.yaml b/build.yaml index 7ad4b9f..5a9f376 100644 --- a/build.yaml +++ b/build.yaml @@ -2,8 +2,8 @@ name: "Reports" guid: "d4312cd9-5c90-4f38-82e8-51da566790e8" imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-reports.png" -version: "12.0.0.0" -targetAbi: "10.7.0.0" +version: "13" +targetAbi: "10.8.0.0" framework: "net5.0" owner: "jellyfin" overview: "Generate reports of your media library" @@ -11,5 +11,9 @@ description: "Generate reports of your media library" category: "General" artifacts: - "Jellyfin.Plugin.Reports.dll" -changelog: | - Fix Jellyfin 10.7 compatibility +changelog: |2- + ### CI & build changes ### + - Update ci (#48) @h1dden-da3m0n + + ### Code or Repo Maintenance ### + - 10.8 (#51) @crobibero