Prepare for release v9 (#67)

Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
jellyfin-bot 2024-05-13 09:23:27 -04:00 committed by GitHub
parent b5e13f7a25
commit 01c6986e1f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 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,7 +1,7 @@
name: "AniList"
guid: "1bd22884-44be-40f3-ad95-fc4a7834ba2c"
imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-anilist.png"
version: 8
version: 9
targetAbi: "10.9.0.0"
framework: "net8.0"
owner: "jellyfin"
@ -13,8 +13,8 @@ category: "Metadata"
artifacts:
- "Jellyfin.Plugin.AniList.dll"
changelog: |-
- force change for 10.9 (#62) @crobibero
- Unstable (#61) @crobibero
- Limit amount of people in metadata search result (#68) @AkaTenshi
- Feature: Decouples VA filter from the title language, and moves to the new Anilist StaffLanguage API key (#65) @mmshivesh
### Bug Fixes ###
- Fix genre settings not being applied to movies (#52) @HansLehnert
### Dependency updates ###
- Update dependency AnitomySharp.NET6 to v0.5.1 (#64) @renovate