Prepare for release v6 (#42)

This commit is contained in:
jellyfin-bot 2024-05-14 15:27:28 -04:00 committed by GitHub
parent 63cc8f946e
commit 8392cda17a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 16 deletions

View File

@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<Version>5.0.0.0</Version>
<AssemblyVersion>5.0.0.0</AssemblyVersion>
<FileVersion>5.0.0.0</FileVersion>
<Version>6.0.0.0</Version>
<AssemblyVersion>6.0.0.0</AssemblyVersion>
<FileVersion>6.0.0.0</FileVersion>
</PropertyGroup>
</Project>

View File

@ -1,8 +1,8 @@
name: "OPDS"
guid: "F30880AE-3365-449E-B9E6-BF133C8401B0"
imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-opds.png"
version: 5
targetAbi: "10.9.0.0"
version: 6
targetAbi: "10.9.1.0"
framework: "net8.0"
owner: "jellyfin"
overview: "Provides an OPDS book feed"
@ -12,18 +12,12 @@ description: >
category: "General"
artifacts:
- "Jellyfin.Plugin.Opds.dll"
changelog: |-
- 10.9 (#39) @crobibero
changelog: |2-
### New features and improvements ###
- Set Content-Disposition header when downloading book (#24) @crobibero
- Add more descriptive feed name (#25) @crobibero
### Code or Repo Maintenance ###
- Update link to Jellyfin website (#36) @methbkts
- Minor update to include authenticated feeds. (#21) @adamshand
### Bug Fixes ###
- fix: Support different query parameter names in search (#41) @rluetzner
### Dependency updates ###
- chore(deps): update dependency stylecop.analyzers to v1.2.0-beta.435 (#30) @renovate
### CI & build changes ###
- fix: meta ci workflows (#28) @h1dden-da3m0n
- chore(deps): update dependency stylecop.analyzers to v1.2.0-beta.556 - autoclosed (#34) @renovate