From c81fa8a9e9c08f4ef0ac056126ba81161ffdd41f Mon Sep 17 00:00:00 2001 From: jellyfin-bot Date: Thu, 19 Sep 2024 18:23:55 +0000 Subject: [PATCH] Bump version to 21 --- Directory.Build.props | 6 +++--- build.yaml | 10 ++++------ 2 files changed, 7 insertions(+), 9 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 905fed7..7b42a82 100644 --- a/build.yaml +++ b/build.yaml @@ -1,8 +1,8 @@ name: "Open Subtitles" guid: "4b9ed42f-5185-48b5-9803-6ff2989014c4" imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-opensubtitles.png" -version: 20 -targetAbi: "10.9.0.0" +version: 21 +targetAbi: "10.9.11.0" framework: "net8.0" owner: "jellyfin" overview: "Download subtitles for your media" @@ -11,7 +11,5 @@ category: "Metadata" artifacts: - "Jellyfin.Plugin.OpenSubtitles.dll" changelog: |- - - 10.9 (#145) @crobibero - - ### Dependency updates ### - - chore(deps): update xunit-dotnet monorepo (#117) @renovate + - Better logging (#152) @MBR-0001 + - Fix loading message and save button (#149) @chiragkrishna