Skip to content

Commit

Permalink
Bump version to 8
Browse files Browse the repository at this point in the history
  • Loading branch information
jellyfin-bot committed Apr 3, 2024
1 parent 0fd8620 commit 91318dc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 26 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>6.0.0.0</Version>
<AssemblyVersion>6.0.0.0</AssemblyVersion>
<FileVersion>6.0.0.0</FileVersion>
<Version>8.0.0.0</Version>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<FileVersion>8.0.0.0</FileVersion>
</PropertyGroup>
</Project>
27 changes: 4 additions & 23 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: 7
targetAbi: "10.8.12.0"
version: 8
targetAbi: "10.8.13.0"
framework: "net6.0"
owner: "jellyfin"
overview: "AniList metadata provider"
Expand All @@ -12,25 +12,6 @@ description: >
category: "Metadata"
artifacts:
- "Jellyfin.Plugin.AniList.dll"
changelog: |-
- Revert dotnet7 update (#46) @crobibero
### New features and improvements ###
- Optionally use the AnitomySharp library to extract media titles (#9) @MisterMcDuck
- Change banner to backdrop (#37) @nielsvanvelzen
changelog: |2-
### Bug Fixes ###
- Filter out non-japanese VAs for romaji titles (#40) @rzk3
### Code or Repo Maintenance ###
- Update link to Jellyfin website (#44) @methbkts
- Use meta ci (#25) @crobibero
### Dependency updates ###
- chore(deps): update dotnet monorepo to v7 (major) (#35) @renovate
- chore(deps): update dependency microsoft.extensions.dependencyinjection to v6.0.0 (#30) @renovate
- chore(deps): update dependency microsoft.extensions.http to v6 (#31) @renovate
### CI & build changes ###
- fix: meta ci workflows (#29) @h1dden-da3m0n
- Use meta ci (#25) @crobibero
- Fix genre settings not being applied to movies (#52) @HansLehnert

0 comments on commit 91318dc

Please sign in to comment.