Skip to content

Commit

Permalink
Merge pull request #54 from jellyfin/prepare-5
Browse files Browse the repository at this point in the history
Prepare for release v5
  • Loading branch information
crobibero authored Sep 14, 2021
2 parents f21ee45 + 5a5f3ad commit 87e5655
Showing 1 changed file with 6 additions and 18 deletions.
24 changes: 6 additions & 18 deletions build.yaml
Original file line number Diff line number Diff line change
@@ -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."
Expand All @@ -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

0 comments on commit 87e5655

Please sign in to comment.