Skip to content

Commit

Permalink
Prepare for release v18 (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
jellyfin-bot authored Nov 3, 2024
1 parent f1c9d78 commit 9d0149e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 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>17.0.0.0</Version>
<AssemblyVersion>17.0.0.0</AssemblyVersion>
<FileVersion>17.0.0.0</FileVersion>
<Version>18.0.0.0</Version>
<AssemblyVersion>18.0.0.0</AssemblyVersion>
<FileVersion>18.0.0.0</FileVersion>
</PropertyGroup>
</Project>
7 changes: 4 additions & 3 deletions build.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "TheTVDB"
guid: "a677c0da-fac5-4cde-941a-7134223f14c8"
imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-tvdb.png"
version: 17
version: 18
targetAbi: "10.10.0.0"
framework: "net8.0"
owner: "jellyfin"
Expand All @@ -15,5 +15,6 @@ artifacts:
- "Tvdb.Sdk.dll"
changelog: |2-
### Bug Fixes ###
- Fix update task (#193) @scampower3
- Moves includeOriginalCountryInTags to the correct setting group. (#191) @scampower3
- Increase robustness of retrieving tmdb id (again) (#194) @scampower3
- Fix orphaned episodes deletion (#195) @scampower3
- Queue refresh after adding child (#196) @scampower3

0 comments on commit 9d0149e

Please sign in to comment.