Skip to content

Commit

Permalink
Prepare for release v8 (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
jellyfin-bot authored May 11, 2024
1 parent 20e2010 commit 3c69cd0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 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>
6 changes: 5 additions & 1 deletion 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: 7
version: 8
targetAbi: "10.9.0.0"
framework: "net8.0"
owner: "jellyfin"
Expand All @@ -13,3 +13,7 @@ category: "Metadata"
artifacts:
- "Jellyfin.Plugin.AniList.dll"
changelog: |-
- Unstable (#61) @crobibero
### Bug Fixes ###
- Fix genre settings not being applied to movies (#52) @HansLehnert

0 comments on commit 3c69cd0

Please sign in to comment.