Prepare for release v6 (#45)
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:
jellyfin-bot 2024-10-26 14:08:25 -04:00 committed by GitHub
parent 5b2f08797e
commit a285e11801
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@ name: "OPDS"
guid: "F30880AE-3365-449E-B9E6-BF133C8401B0"
imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-opds.png"
version: 6
targetAbi: "10.9.1.0"
targetAbi: "10.10.0.0"
framework: "net8.0"
owner: "jellyfin"
overview: "Provides an OPDS book feed"
@ -12,7 +12,9 @@ description: >
category: "General"
artifacts:
- "Jellyfin.Plugin.Opds.dll"
changelog: |2-
changelog: |-
- 10.10 fixes (#44) @crobibero
### New features and improvements ###
- Add more descriptive feed name (#25) @crobibero