diff --git a/Jellyfin.Plugin.Bookshelf/Jellyfin.Plugin.Bookshelf.csproj b/Jellyfin.Plugin.Bookshelf/Jellyfin.Plugin.Bookshelf.csproj index ce63ac84..09838f30 100644 --- a/Jellyfin.Plugin.Bookshelf/Jellyfin.Plugin.Bookshelf.csproj +++ b/Jellyfin.Plugin.Bookshelf/Jellyfin.Plugin.Bookshelf.csproj @@ -1,10 +1,10 @@  - netstandard2.0 + netstandard2.1 Jellyfin.Plugin.Bookshelf - 2.0.0 - 2.0.0 + 3.0.0 + 3.0.0 diff --git a/build.yaml b/build.yaml index 2475acb2..d1f28433 100644 --- a/build.yaml +++ b/build.yaml @@ -1,8 +1,8 @@ --- name: "jellyfin-plugin-bookshelf" guid: "9c4e63f1-031b-4f25-988b-4f7d78a8b53e" -version: "2" # Please increment with each pull request -jellyfin_version: "10.3.0" # The earliest binary-compatible version +version: "3" # Please increment with each pull request +jellyfin_version: "10.5.0" # The earliest binary-compatible version owner: "jellyfin" nicename: "Bookshelf" description: "Manage your books" @@ -14,4 +14,4 @@ artifacts: - "Jellyfin.Plugin.Bookshelf.dll" build_type: "dotnet" dotnet_configuration: "Release" -dotnet_framework: "netstandard2.0" +dotnet_framework: "netstandard2.1"