Skip to content

Commit

Permalink
Bump version to 11
Browse files Browse the repository at this point in the history
  • Loading branch information
jellyfin-bot committed Mar 11, 2024
1 parent e5f3d4d commit 584deac
Show file tree
Hide file tree
Showing 2 changed files with 25 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>10.0.0.0</Version>
<AssemblyVersion>10.0.0.0</AssemblyVersion>
<FileVersion>10.0.0.0</FileVersion>
<Version>11.0.0.0</Version>
<AssemblyVersion>11.0.0.0</AssemblyVersion>
<FileVersion>11.0.0.0</FileVersion>
</PropertyGroup>
</Project>
28 changes: 22 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: 10
targetAbi: "10.8.10.0"
version: 11
targetAbi: "10.8.13.0"
framework: "net6.0"
owner: "jellyfin"
overview: "Get TV metadata from TheTvdb"
Expand All @@ -14,8 +14,24 @@ artifacts:
- "Jellyfin.Plugin.Tvdb.dll"
- "Tvdb.Sdk.dll"
changelog: |-
- Reduce log noise (#85) @IDisposable
- Enriched Logging with series name (#84) @JPVenson
- Fixes some poorly named variables and label "for" tag fixes (#122) @scampower3
- Remove required from the input for API key (#121) @scampower3
- Add cache time configurations (#120) @scampower3
- Add Caching for api calls (#118) @scampower3
- Fix: Combine original titles for multi episode files (#117) @scampower3
- Fixes issues retrieving episode metadata (#116) @scampower3
- Improvements and fixes tvdb sdk 4.7.9.1 + PR #112 (#115) @BobSilent
### New features and improvements ###
- Combine Title and Overview of combined episodes. (#86) @haydenstith
### Major features and improvements ###
- Tvdb v4 migration (#93) @scampower3
### Bug Fixes ###
- Update to Tvdb sdk 4.7.9.1 (#113) @scampower3
- Fix duplicate entries Missing and not Missing (#106) @BobSilent
- Fixes for tvdb v4 migration (#110) @BobSilent
- Don't require user pin (#108) @crobibero
### Code or Repo Maintenance ###
- Make Tvdb Client usage more resilient and robust (#112) @BobSilent
- Add the project's api key (#107) @crobibero
- Update link to Jellyfin website (#103) @methbkts

0 comments on commit 584deac

Please sign in to comment.