Merge pull request #54 from jellyfin/prepare-5

Prepare for release v5
This commit is contained in:
Cody Robibero 2021-09-13 18:17:29 -06:00 committed by GitHub
commit 87e565528d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
- Update Username parameter to be NotificationUsername (#57) @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
### 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