Skip to content

Commit

Permalink
Bump version to 22 (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
jellyfin-bot authored Dec 28, 2022
1 parent 61db588 commit ad6e2ab
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
6 changes: 3 additions & 3 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<Version>21.0.0.0</Version>
<AssemblyVersion>21.0.0.0</AssemblyVersion>
<FileVersion>21.0.0.0</FileVersion>
<Version>22.0.0.0</Version>
<AssemblyVersion>22.0.0.0</AssemblyVersion>
<FileVersion>22.0.0.0</FileVersion>
</PropertyGroup>
</Project>
16 changes: 7 additions & 9 deletions build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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

0 comments on commit ad6e2ab

Please sign in to comment.