forked from jellyfin/jellyfin-plugin-webhook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.yaml
27 lines (25 loc) · 856 Bytes
/
build.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
name: "Webhook"
guid: "71552A5A-5C5C-4350-A2AE-EBE451A30173"
imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-webhook.png"
version: 14
targetAbi: "10.9.1.0"
framework: "net8.0"
owner: "jellyfin"
overview: "Sends notifications."
description: >
Sends notifications to destinations via webhooks.
category: "Notifications"
artifacts:
- "Jellyfin.Plugin.Webhook.dll"
- "Handlebars.dll"
- "MailKit.dll"
- "MimeKit.dll"
- "BouncyCastle.Cryptography.dll"
- "MQTTnet.dll"
- "MQTTnet.Extensions.ManagedClient.dll"
changelog: |2-
### Bug Fixes ###
- Fix AuthenticationFailureNotifier, AuthenticationSuccessNotifier (#238) @crobibero
- Actually register hosted services (#233) @crobibero
### Dependency updates ###
- chore(deps): update dependency mqttnet.extensions.managedclient to v4.3.4.1084 (#187) @renovate