Skip to content

Commit

Permalink
Merge pull request #39 from jellyfin/v6
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonylavado authored Oct 31, 2021
2 parents 92f5193 + f758499 commit bbc1e78
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions build.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: "Bookshelf"
guid: "9c4e63f1-031b-4f25-988b-4f7d78a8b53e"
version: "5.0.0.0"
targetAbi: "10.7.0.0"
version: "6"
targetAbi: "10.7.7.0"
framework: "net5.0"
owner: "jellyfin"
overview: "Manage your books"
Expand All @@ -13,4 +13,10 @@ category: "Metadata"
artifacts:
- "Jellyfin.Plugin.Bookshelf.dll"
changelog: >
changelog
### New features and improvements ###
- Expand ComicInfo support and add support for comic covers (#34) @MinecraftPlaye
- Use System.Text.Json (#29) @daullmer
### Dependency updates ###
- chore(deps): bump release-drafter/release-drafter from v5.14.0 to v5.15.0 (#32) @dependabot
### CI & build changes ###
- chore(ci): builds, releas drafter and more (#31) @h1dden-da3m0n

0 comments on commit bbc1e78

Please sign in to comment.