From bd75b13d46a7736f2e88d19939003419ef64f052 Mon Sep 17 00:00:00 2001 From: jellyfin-bot Date: Mon, 20 Oct 2025 01:05:34 +0000 Subject: [PATCH] Bump version to 21 --- Directory.Build.props | 6 +++--- build.yaml | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 5034d40..00f5394 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 20.0.0.0 - 20.0.0.0 - 20.0.0.0 + 21.0.0.0 + 21.0.0.0 + 21.0.0.0 diff --git a/build.yaml b/build.yaml index 67a4b23..c50731b 100644 --- a/build.yaml +++ b/build.yaml @@ -1,7 +1,7 @@ name: "Open Subtitles" guid: "4b9ed42f-5185-48b5-9803-6ff2989014c4" imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-opensubtitles.png" -version: 20 +version: 21 targetAbi: "10.11.0.0" framework: "net9.0" owner: "jellyfin" @@ -11,7 +11,7 @@ category: "Subtitles" artifacts: - "Jellyfin.Plugin.OpenSubtitles.dll" changelog: |- - - 10.9 (#145) @crobibero - - ### Dependency updates ### - - chore(deps): update xunit-dotnet monorepo (#117) @renovate + - Jellyfin 10.11 support (#166) @crobibero + - Fix disposing in OpenSubtitlesRequestHelper (#162) @MBR-0001 + - Better logging (#152) @MBR-0001 + - Fix loading message and save button (#149) @chiragkrishna