diff --git a/Pushbullet/Pushbullet.csproj b/Pushbullet/Pushbullet.csproj index 49810d7..98feefb 100644 --- a/Pushbullet/Pushbullet.csproj +++ b/Pushbullet/Pushbullet.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 ecfdcaf..9b124af 100644 --- a/build.yaml +++ b/build.yaml @@ -1,8 +1,8 @@ --- name: "jellyfin-plugin-pushbullet" guid: "de228f12-e43e-4bd9-9fc0-2830819c3b92" -version: "2" # Please increment with each pull request -jellyfin_version: "10.3.7" # The earliest binary-compatible version +version: "3" # Please increment with each pull request +jellyfin_version: "10.5.0" # The earliest binary-compatible version nicename: "Pushbullet" description: "Jellyfin Pushbullet notification plugin" overview: > @@ -13,4 +13,4 @@ artifacts: - "Pushbullet.dll" build_type: "dotnet" dotnet_configuration: "Release" -dotnet_framework: "netstandard2.0" +dotnet_framework: "netstandard2.1"