From 02c3d73ea0be09bac35e242ed1192b709f031a9f Mon Sep 17 00:00:00 2001 From: jellyfin-bot Date: Mon, 24 Jun 2024 17:33:40 +0000 Subject: [PATCH] Bump version to 12 --- Directory.Build.props | 6 +++--- build.yaml | 14 +++----------- 2 files changed, 6 insertions(+), 14 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 579db15..c6b5da2 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 11.0.0.0 - 11.0.0.0 - 11.0.0.0 + 12.0.0.0 + 12.0.0.0 + 12.0.0.0 diff --git a/build.yaml b/build.yaml index 1d7a75a..e733534 100644 --- a/build.yaml +++ b/build.yaml @@ -1,8 +1,8 @@ name: "TVmaze" guid: "A4A488D0-17A3-4919-8D82-7F3DE4F6B209" imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-tvmaze.png" -version: 11 -targetAbi: "10.9.0.0" +version: 12 +targetAbi: "10.9.6.0" framework: "net8.0" owner: "jellyfin" overview: "Get TV metadata from TVmaze" @@ -17,12 +17,4 @@ artifacts: - "Flurl.Http.dll" - "Polly.dll" changelog: |- - - 10.9 (#50) @crobibero - - ### Code or Repo Maintenance ### - - Update link to Jellyfin website (#49) @methbkts - - Use meta ci (#42) @crobibero - - ### CI & build changes ### - - fix: meta ci workflows (#44) @h1dden-da3m0n - - Use meta ci (#42) @crobibero + - Add basic handling for specials (#23) @Smith00101010