Skip to content

Commit

Permalink
Prepare for release v11 (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
jellyfin-bot authored May 11, 2024
1 parent 48ebbea commit ee331c1
Show file tree
Hide file tree
Showing 2 changed files with 10 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>10.0.0.0</Version>
<AssemblyVersion>10.0.0.0</AssemblyVersion>
<FileVersion>10.0.0.0</FileVersion>
<Version>11.0.0.0</Version>
<AssemblyVersion>11.0.0.0</AssemblyVersion>
<FileVersion>11.0.0.0</FileVersion>
</PropertyGroup>
</Project>
8 changes: 7 additions & 1 deletion build.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: "Bookshelf"
guid: "9c4e63f1-031b-4f25-988b-4f7d78a8b53e"
version: 10
version: 11
targetAbi: "10.9.0.0"
framework: "net8.0"
owner: "jellyfin"
Expand All @@ -13,3 +13,9 @@ 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

0 comments on commit ee331c1

Please sign in to comment.