Skip to content

Commit

Permalink
Bump version to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
jellyfin-bot committed Sep 30, 2024
1 parent 1ef0d73 commit fefeede
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 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>9.0.0.0</Version>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
<FileVersion>9.0.0.0</FileVersion>
<Version>10.0.0.0</Version>
<AssemblyVersion>10.0.0.0</AssemblyVersion>
<FileVersion>10.0.0.0</FileVersion>
</PropertyGroup>
</Project>
10 changes: 3 additions & 7 deletions build.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: "AniList"
guid: "1bd22884-44be-40f3-ad95-fc4a7834ba2c"
imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-anilist.png"
version: 9
targetAbi: "10.9.0.0"
version: 10
targetAbi: "10.9.11.0"
framework: "net8.0"
owner: "jellyfin"
overview: "AniList metadata provider"
Expand All @@ -13,8 +13,4 @@ category: "Metadata"
artifacts:
- "Jellyfin.Plugin.AniList.dll"
changelog: |-
- 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
### Dependency updates ###
- Update dependency AnitomySharp.NET6 to v0.5.1 (#64) @renovate
- Support for retreiving Person metadata (#75) @HansLehnert

0 comments on commit fefeede

Please sign in to comment.