Skip to content

Commit

Permalink
Bump version to 9
Browse files Browse the repository at this point in the history
  • Loading branch information
jellyfin-bot committed May 21, 2024
1 parent 2877cc8 commit ff05a5e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 15 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>8.0.0.0</Version>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<FileVersion>8.0.0.0</FileVersion>
<Version>9.0.0.0</Version>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
<FileVersion>9.0.0.0</FileVersion>
</PropertyGroup>
</Project>
18 changes: 6 additions & 12 deletions build.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: "AniDB"
guid: "a2b2a7ed-aa28-4521-a64a-63d86901f246"
imageUrl: https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-anidb.png
version: 8
targetAbi: "10.9.0.0"
version: 9
targetAbi: "10.9.2.0"
framework: "net8.0"
owner: "jellyfin"
overview: "AniDB metadata provider"
Expand All @@ -13,13 +13,7 @@ category: "Metadata"
artifacts:
- "Jellyfin.Plugin.AniDB.dll"
changelog: |-
- 10.9 (#64) @crobibero
### New features and improvements ###
- Make series.xml cache age user configurable (#44) @Scholars-Mate
### Bug Fixes ###
- Detect api errors and throw exception (#42) @nalsai
### Code or Repo Maintenance ###
- Update link to Jellyfin website (#62) @methbkts
- Map tag "18 restricted" to parental rating NC-17 (#48) @nalsai
- Strip the year from the name for finding matches (#55) @nalsai
- Add n-apostrophe replacement (#56) @nalsai
- Add wo replacement (#57) @nalsai

0 comments on commit ff05a5e

Please sign in to comment.