diff --git a/Directory.Build.props b/Directory.Build.props index e0538d3..d3b0860 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 23.0.0.0 - 23.0.0.0 - 23.0.0.0 + 24.0.0.0 + 24.0.0.0 + 24.0.0.0 diff --git a/build.yaml b/build.yaml index 6cb82fa..b0d0ceb 100644 --- a/build.yaml +++ b/build.yaml @@ -2,8 +2,8 @@ name: "Trakt" guid: "4fe3201e-d6ae-4f2e-8917-e12bda571281" imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-trakt.png" -version: 23 -targetAbi: "10.8.9.0" +version: 24 +targetAbi: "10.8.10.0" framework: "net6.0" owner: "jellyfin" overview: "Record your watched media with Trakt" @@ -15,8 +15,8 @@ artifacts: - "Trakt.dll" changelog: |2- ### New features and improvements ### - - Added config parameter Don't remove items from trakt (#196) @addamanth + - Use history api for importing episodes from trakt (#205) @h3llrais3r - ### Bug Fixes ### - - Sync if not set locally (#201) @blackwind - - Fix episode last played date syncing (#199) @Shadowghost + ### Documentation updates ### + - Typo - Update trakt.html (#206) @Awolize + - small correction to trakt.html (#202) @veloute