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"