diff --git a/Directory.Build.props b/Directory.Build.props index 00f5394..f28f7ae 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 21.0.0.0 - 21.0.0.0 - 21.0.0.0 + 22.0.0.0 + 22.0.0.0 + 22.0.0.0 diff --git a/build.yaml b/build.yaml index 95c4549..1b7a4e5 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: 21 -targetAbi: "10.8.5.0" +version: 22 +targetAbi: "10.8.8.0" framework: "net6.0" owner: "jellyfin" overview: "Record your watched media with Trakt" @@ -13,13 +13,11 @@ description: > category: "General" artifacts: - "Trakt.dll" -changelog: |2- +changelog: |- + - Update README.md (#188) @methbkts + ### New features and improvements ### - - Do not hammer the API (#175) @Shadowghost + - Fix episode matching for sync from trakt task (#191) @h3llrais3r ### Bug Fixes ### - - Do not hammer the API (#175) @Shadowghost - - Prevent setting local item as unwatched on sync (#169) @Shadowghost - - ### Code or Repo Maintenance ### - - Add more info to debug logs (#171) @sambartik + - Fix episode matching for sync from trakt task (#191) @h3llrais3r