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> <Project>
<PropertyGroup> <PropertyGroup>
<Version>8.0.0.0</Version> <Version>9.0.0.0</Version>
<AssemblyVersion>8.0.0.0</AssemblyVersion> <AssemblyVersion>9.0.0.0</AssemblyVersion>
<FileVersion>8.0.0.0</FileVersion> <FileVersion>9.0.0.0</FileVersion>
</PropertyGroup> </PropertyGroup>
</Project> </Project>

View File

@ -1,8 +1,8 @@
name: "AniDB" name: "AniDB"
guid: "a2b2a7ed-aa28-4521-a64a-63d86901f246" guid: "a2b2a7ed-aa28-4521-a64a-63d86901f246"
imageUrl: https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-anidb.png imageUrl: https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-anidb.png
version: 8 version: 9
targetAbi: "10.9.0.0" targetAbi: "10.9.4.0"
framework: "net8.0" framework: "net8.0"
owner: "jellyfin" owner: "jellyfin"
overview: "AniDB metadata provider" overview: "AniDB metadata provider"
@ -13,13 +13,7 @@ category: "Metadata"
artifacts: artifacts:
- "Jellyfin.Plugin.AniDB.dll" - "Jellyfin.Plugin.AniDB.dll"
changelog: |- changelog: |-
- 10.9 (#64) @crobibero - Map tag "18 restricted" to parental rating NC-17 (#48) @nalsai
- Strip the year from the name for finding matches (#55) @nalsai
### New features and improvements ### - Add n-apostrophe replacement (#56) @nalsai
- Make series.xml cache age user configurable (#44) @Scholars-Mate - Add wo replacement (#57) @nalsai
### Bug Fixes ###
- Detect api errors and throw exception (#42) @nalsai
### Code or Repo Maintenance ###
- Update link to Jellyfin website (#62) @methbkts