Skip to content

Commit

Permalink
Bump version to 12
Browse files Browse the repository at this point in the history
  • Loading branch information
jellyfin-bot committed Jul 24, 2024
1 parent 05559fd commit f28adba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 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>11.0.0.0</Version>
<AssemblyVersion>11.0.0.0</AssemblyVersion>
<FileVersion>11.0.0.0</FileVersion>
<Version>12.0.0.0</Version>
<AssemblyVersion>12.0.0.0</AssemblyVersion>
<FileVersion>12.0.0.0</FileVersion>
</PropertyGroup>
</Project>
12 changes: 4 additions & 8 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: 11
targetAbi: "10.9.0.0"
version: 12
targetAbi: "10.9.8.0"
framework: "net8.0"
owner: "jellyfin"
overview: "Manage your books"
Expand All @@ -13,9 +13,5 @@ category: "Metadata"
artifacts:
- "Jellyfin.Plugin.Bookshelf.dll"
changelog: |-
- Unstable (#103) @crobibero
- Improve cover image extraction from epub files (#102) @unfedorg
### Dependency updates ###
- Update dependency coverlet.collector to v6.0.2 (#101) @renovate
- Update dependency coverlet.collector to v6.0.1 (#98) @renovate
- Update opf and add ISBN (#108) @AshleyDeo
- Add Comic Vine Person provider (#85) @Pithaya

0 comments on commit f28adba

Please sign in to comment.