From 09e2c73f10fb020b74a3a73379e26aa936a0d387 Mon Sep 17 00:00:00 2001 From: jellyfin-bot <45807407+jellyfin-bot@users.noreply.github.com> Date: Sat, 26 Oct 2024 14:09:45 -0400 Subject: [PATCH] Prepare for release v26 (#239) --- Directory.Build.props | 6 +++--- build.yaml | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index df38d08..4902c4a 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 25.0.0.0 - 25.0.0.0 - 25.0.0.0 + 26.0.0.0 + 26.0.0.0 + 26.0.0.0 diff --git a/build.yaml b/build.yaml index f624842..744c316 100644 --- a/build.yaml +++ b/build.yaml @@ -2,8 +2,8 @@ name: "Trakt" guid: "4fe3201e-d6ae-4f2e-8917-e12bda571281" imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-trakt.png" -version: 25 -targetAbi: "10.9.0.0" +version: 26 +targetAbi: "10.10.0.0" framework: "net8.0" owner: "jellyfin" overview: "Record your watched media with Trakt" @@ -14,7 +14,7 @@ category: "General" artifacts: - "Trakt.dll" changelog: |- - - 10.9 (#233) @crobibero + - 10.10 support (#238) @crobibero ### Dependency updates ### - - Update dependency StyleCop.Analyzers to v1.2.0-beta.556 (#214) @renovate + - Update dependency Microsoft.Extensions.Http to v8 (#187) @renovate