From cdcdf4e08fdfcb4c35ee683fa862dbd552ea3af2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Odd=20Str=C3=A5b=C3=B8?= Date: Wed, 25 Mar 2020 05:01:52 +0100 Subject: [PATCH] Bump netstandard 2.0 -> 2.1 --- NextPvr/NextPvr.csproj | 6 +++--- build.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/NextPvr/NextPvr.csproj b/NextPvr/NextPvr.csproj index 6c3d178..7ce539e 100644 --- a/NextPvr/NextPvr.csproj +++ b/NextPvr/NextPvr.csproj @@ -1,9 +1,9 @@ - netstandard2.0; - 2.0.0 - 2.0.0 + netstandard2.1 + 3.0.0 + 3.0.0 diff --git a/build.yaml b/build.yaml index b06ad66..3f1e3df 100644 --- a/build.yaml +++ b/build.yaml @@ -1,8 +1,8 @@ --- name: "jellyfin-plugin-nextpvr" guid: "9574ac10-bf23-49bc-949f-924f23cfa48f" -version: "2" # Please increment with each pull request -jellyfin_version: "10.4.0" # The earliest binary-compatible version +version: "3" # Please increment with each pull request +jellyfin_version: "10.5.0" # The earliest binary-compatible version nicename: "NextPVR" description: "Jellyfin LiveTV plugin for NextPVR" overview: > @@ -13,4 +13,4 @@ artifacts: - "NextPvr.dll" build_type: "dotnet" dotnet_configuration: "Release" -dotnet_framework: "netstandard2.0" +dotnet_framework: "netstandard2.1"