mirror of
https://github.com/jellyfin/jellyfin-plugin-bookshelf.git
synced 2024-11-22 21:29:45 +00:00
Prepare for release v12 (#107)
Some checks failed
🏗️ Build Plugin / call (push) Has been cancelled
📝 Create/Update Release Draft & Release Bump PR / call (push) Has been cancelled
🔬 Run CodeQL / call (push) Has been cancelled
🧪 Test Plugin / call (push) Has been cancelled
🏷️ Sync labels / call (push) Has been cancelled
Some checks failed
🏗️ Build Plugin / call (push) Has been cancelled
📝 Create/Update Release Draft & Release Bump PR / call (push) Has been cancelled
🔬 Run CodeQL / call (push) Has been cancelled
🧪 Test Plugin / call (push) Has been cancelled
🏷️ Sync labels / call (push) Has been cancelled
This commit is contained in:
parent
995d52e6f8
commit
dcec5eccba
@ -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
build.yaml
17
build.yaml
@ -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"
|
||||
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user