Skip to content

Commit

Permalink
Prepare for release v12 (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
jellyfin-bot authored Oct 26, 2024
1 parent 995d52e commit dcec5ec
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 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>
17 changes: 11 additions & 6 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.10.0.0"
framework: "net8.0"
owner: "jellyfin"
overview: "Manage your books"
Expand All @@ -15,9 +15,14 @@ artifacts:
- "SharpCompress.dll"
- "ZstdSharp.dll"
changelog: |-
- Unstable (#103) @crobibero
- Improve cover image extraction from epub files (#102) @unfedorg
- Fix nullability for 10.10 (#116) @crobibero
- Update opf and add ISBN (#108) @AshleyDeo
- Add Comic Vine Person provider (#85) @Pithaya
### New features and improvements ###
- Add support for covers from .cbt, .cb7 and .cbr (#112) @oddstr13
### Dependency updates ###
- Update dependency coverlet.collector to v6.0.2 (#101) @renovate
- Update dependency coverlet.collector to v6.0.1 (#98) @renovate
- Update dependency Microsoft.NET.Test.Sdk to 17.11.1 (#106) @renovate
- Update xunit-dotnet monorepo (#84) @renovate
- Update dependency Microsoft.Extensions.Http to 8.0.1 - autoclosed (#115) @renovate

0 comments on commit dcec5ec

Please sign in to comment.