Prepare for release v9 (#66)

This commit is contained in:
jellyfin-bot 2024-06-02 10:09:07 -04:00 committed by GitHub
parent 2877cc8dc2
commit 04375289b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 15 deletions

View File

@ -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>

View File

@ -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.4.0"
framework: "net8.0"
owner: "jellyfin"
overview: "AniDB metadata provider"
@ -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