Skip to content

Commit

Permalink
Prepare for release v10 (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
jellyfin-bot authored Jun 19, 2023
1 parent b3352e3 commit 9d834e5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 14 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>9.0.0.0</Version>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
<FileVersion>9.0.0.0</FileVersion>
<Version>10.0.0.0</Version>
<AssemblyVersion>10.0.0.0</AssemblyVersion>
<FileVersion>10.0.0.0</FileVersion>
</PropertyGroup>
</Project>
18 changes: 7 additions & 11 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: 9
targetAbi: "10.8.8.0"
version: 10
targetAbi: "10.8.10.0"
framework: "net6.0"
owner: "jellyfin"
overview: "Get TV metadata from TheTvdb"
Expand All @@ -13,13 +13,9 @@ category: "Metadata"
artifacts:
- "Jellyfin.Plugin.Tvdb.dll"
- "TvDbSharper.dll"
changelog: |2-
### Bug Fixes ###
- Fix GetAllEpisodes breaking library scan on missing Episode Data (#83) @Hayajiro
changelog: |-
- Reduce log noise (#85) @IDisposable
- Enriched Logging with series name (#84) @JPVenson
### Code or Repo Maintenance ###
- Use meta ci (#67) @crobibero
### CI & build changes ###
- fix: meta ci workflows (#72) @h1dden-da3m0n
- Use meta ci (#67) @crobibero
### New features and improvements ###
- Combine Title and Overview of combined episodes. (#86) @haydenstith

0 comments on commit 9d834e5

Please sign in to comment.