From 3d5593a0e60f149b001006a58237d1fe45ccdd1d Mon Sep 17 00:00:00 2001 From: jellyfin-bot <45807407+jellyfin-bot@users.noreply.github.com> Date: Sat, 25 May 2024 11:33:52 -0400 Subject: [PATCH] Prepare for release v10 (#50) --- Directory.Build.props | 6 +++--- build.yaml | 7 ++----- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 9257d94..49d976b 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 9.0.0.0 - 9.0.0.0 - 9.0.0.0 + 10.0.0.0 + 10.0.0.0 + 10.0.0.0 diff --git a/build.yaml b/build.yaml index 7fc0a4b..4714104 100644 --- a/build.yaml +++ b/build.yaml @@ -1,7 +1,7 @@ name: "NextPVR" guid: "9574ac10-bf23-49bc-949f-924f23cfa48f" imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-nextpvr.png" -version: 9 +version: 10 targetAbi: "10.9.2.0" framework: "net8.0" overview: "Live TV plugin for NextPVR" @@ -13,7 +13,4 @@ owner: "jellyfin" artifacts: - "Jellyfin.Plugin.NextPVR.dll" changelog: |- - - Initial changes for 10.9.1 (#48) @emveepee - - ### CI & build changes ### - - fix: meta ci workflows (#41) @h1dden-da3m0n + - Allow dynamic recording URLs (#49) @emveepee