Skip to content

Commit

Permalink
Prepare for release v9 (#67)
Browse files Browse the repository at this point in the history
Co-authored-by: Cody Robibero <cody@robibe.ro>
  • Loading branch information
jellyfin-bot and crobibero authored May 13, 2024
1 parent b5e13f7 commit 01c6986
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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>
10 changes: 5 additions & 5 deletions build.yaml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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

0 comments on commit 01c6986

Please sign in to comment.