Skip to content

Commit

Permalink
Prepare for release v23 (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
jellyfin-bot authored Feb 10, 2023
1 parent b32f33a commit 34dcd8f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 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>22.0.0.0</Version>
<AssemblyVersion>22.0.0.0</AssemblyVersion>
<FileVersion>22.0.0.0</FileVersion>
<Version>23.0.0.0</Version>
<AssemblyVersion>23.0.0.0</AssemblyVersion>
<FileVersion>23.0.0.0</FileVersion>
</PropertyGroup>
</Project>
13 changes: 6 additions & 7 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: 22
targetAbi: "10.8.8.0"
version: 23
targetAbi: "10.8.9.0"
framework: "net6.0"
owner: "jellyfin"
overview: "Record your watched media with Trakt"
Expand All @@ -13,11 +13,10 @@ description: >
category: "General"
artifacts:
- "Trakt.dll"
changelog: |-
- Update README.md (#188) @methbkts
changelog: |2-
### New features and improvements ###
- Fix episode matching for sync from trakt task (#191) @h3llrais3r
- Added config parameter Don't remove items from trakt (#196) @addamanth
### Bug Fixes ###
- Fix episode matching for sync from trakt task (#191) @h3llrais3r
- Sync if not set locally (#201) @blackwind
- Fix episode last played date syncing (#199) @Shadowghost

0 comments on commit 34dcd8f

Please sign in to comment.