Skip to content

Commit

Permalink
Bump version to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
jellyfin-bot committed Sep 3, 2024
1 parent 35fe6fa commit 1465919
Show file tree
Hide file tree
Showing 2 changed files with 12 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>15.0.0.0</Version>
<AssemblyVersion>15.0.0.0</AssemblyVersion>
<FileVersion>15.0.0.0</FileVersion>
<Version>16.0.0.0</Version>
<AssemblyVersion>16.0.0.0</AssemblyVersion>
<FileVersion>16.0.0.0</FileVersion>
</PropertyGroup>
</Project>
12 changes: 9 additions & 3 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: 15
targetAbi: "10.9.9.0"
version: 16
targetAbi: "10.9.10.0"
framework: "net8.0"
owner: "jellyfin"
overview: "Get TV metadata from TheTvdb"
Expand All @@ -14,5 +14,11 @@ artifacts:
- "Jellyfin.Plugin.Tvdb.dll"
- "Tvdb.Sdk.dll"
changelog: |2-
### New features and improvements ###
- Add people provider (#173) @scampower3
### Bug Fixes ###
- Set ContentRatings list to be nullable (#171) @scampower3
- Update all items returned from GetItemList (#178) @scampower3
### Code or Repo Maintenance ###
- Remove MaxSearchResults (#174) @scampower3

0 comments on commit 1465919

Please sign in to comment.