diff --git a/build.yaml b/build.yaml index 1750540..f6b9145 100644 --- a/build.yaml +++ b/build.yaml @@ -1,8 +1,8 @@ name: "Webhook" guid: "71552A5A-5C5C-4350-A2AE-EBE451A30173" imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-webhook.png" -version: "4" -targetAbi: "10.7.0.0" +version: "5" +targetAbi: "10.7.7.0" framework: "net5.0" owner: "jellyfin" overview: "Sends notifications." @@ -16,21 +16,9 @@ artifacts: - "MailKit.dll" - "MimeKit.dll" - "BouncyCastle.Crypto.dll" -changelog: |- - - Update ci (#42) @h1dden-da3m0n - - ### New features and improvements ### - - Improve HTTP Request Error Logging (#51) @mark-monteiro - +changelog: |2- ### Bug Fixes ### - - Fix loading of selected media types (#46) @crobibero - - ### Dependency updates ### - - chore(deps): bump MailKit from 2.14.0 to 2.15.0 (#50) @dependabot - - chore(deps): bump Handlebars.Net from 2.0.8 to 2.0.9 (#49) @dependabot - - chore(deps): bump MailKit from 2.13.0 to 2.14.0 (#48) @dependabot + - Update Username parameter to be NotificationUsername (#57) @crobibero - ### Code or Repo Maintenance ### - - chore(deps): bump MailKit from 2.14.0 to 2.15.0 (#50) @dependabot - - chore(deps): bump Handlebars.Net from 2.0.8 to 2.0.9 (#49) @dependabot - - chore(deps): bump MailKit from 2.13.0 to 2.14.0 (#48) @dependabot + ### CI & build changes ### + - ci: set ABI version and more repo automation (#52) @h1dden-da3m0n