diff --git a/Directory.Build.props b/Directory.Build.props index 86d340d..c608cd0 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 5.0.0.0 - 5.0.0.0 - 5.0.0.0 + 6.0.0.0 + 6.0.0.0 + 6.0.0.0 diff --git a/build.yaml b/build.yaml index 2c89066..42c4ca8 100644 --- a/build.yaml +++ b/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