mirror of
https://github.com/jellyfin/jellyfin-plugin-opds.git
synced 2024-11-23 06:10:06 +00:00
Prepare for release v6 (#42)
This commit is contained in:
parent
63cc8f946e
commit
8392cda17a
@ -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>
|
||||
|
20
build.yaml
20
build.yaml
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user