mirror of
https://github.com/jellyfin/jellyfin-plugin-anilist.git
synced 2024-11-23 05:59:41 +00:00
Prepare for release v9 (#67)
Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
parent
b5e13f7a25
commit
01c6986e1f
@ -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>
|
||||
|
10
build.yaml
10
build.yaml
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user