Skip to content

Commit

Permalink
Bump version to 19
Browse files Browse the repository at this point in the history
  • Loading branch information
jellyfin-bot committed Dec 14, 2024
1 parent d62e613 commit bdaf3dc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 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>18.0.0.0</Version>
<AssemblyVersion>18.0.0.0</AssemblyVersion>
<FileVersion>18.0.0.0</FileVersion>
<Version>19.0.0.0</Version>
<AssemblyVersion>19.0.0.0</AssemblyVersion>
<FileVersion>19.0.0.0</FileVersion>
</PropertyGroup>
</Project>
10 changes: 4 additions & 6 deletions build.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: "TheTVDB"
guid: "a677c0da-fac5-4cde-941a-7134223f14c8"
imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-tvdb.png"
version: 18
targetAbi: "10.10.0.0"
version: 19
targetAbi: "10.10.3.0"
framework: "net8.0"
owner: "jellyfin"
overview: "Get TV metadata from TheTvdb"
Expand All @@ -14,7 +14,5 @@ artifacts:
- "Jellyfin.Plugin.Tvdb.dll"
- "Tvdb.Sdk.dll"
changelog: |2-
### Bug Fixes ###
- Increase robustness of retrieving tmdb id (again) (#194) @scampower3
- Fix orphaned episodes deletion (#195) @scampower3
- Queue refresh after adding child (#196) @scampower3
### New features and improvements ###
- Added missing season type 'alttwo' (#200) @Kianda

0 comments on commit bdaf3dc

Please sign in to comment.