mirror of
https://github.com/jellyfin/jellyfin-plugin-webhook.git
synced 2024-11-26 15:50:44 +00:00
Prepare for release v15 (#251)
This commit is contained in:
parent
9f1e3130c4
commit
ae7d4ddd6b
@ -1,7 +1,7 @@
|
||||
<Project>
|
||||
<PropertyGroup>
|
||||
<Version>14.0.0.0</Version>
|
||||
<AssemblyVersion>14.0.0.0</AssemblyVersion>
|
||||
<FileVersion>14.0.0.0</FileVersion>
|
||||
<Version>15.0.0.0</Version>
|
||||
<AssemblyVersion>15.0.0.0</AssemblyVersion>
|
||||
<FileVersion>15.0.0.0</FileVersion>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
|
19
build.yaml
19
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: 14
|
||||
targetAbi: "10.9.1.0"
|
||||
version: 15
|
||||
targetAbi: "10.9.7.0"
|
||||
framework: "net8.0"
|
||||
owner: "jellyfin"
|
||||
overview: "Sends notifications."
|
||||
@ -18,10 +18,17 @@ artifacts:
|
||||
- "BouncyCastle.Cryptography.dll"
|
||||
- "MQTTnet.dll"
|
||||
- "MQTTnet.Extensions.ManagedClient.dll"
|
||||
changelog: |2-
|
||||
changelog: |-
|
||||
- Fix test badge typo (#257) @RyanMelena
|
||||
- Fix test status badge (#256) @RyanMelena
|
||||
- Make "Original Aspect Ratio" property available to WebHooks (#249) @RyanMelena
|
||||
|
||||
### Breaking changes ###
|
||||
- Allow smtp connection without SSL (#258) @RyanMelena
|
||||
|
||||
### Bug Fixes ###
|
||||
- Fix AuthenticationFailureNotifier, AuthenticationSuccessNotifier (#238) @crobibero
|
||||
- Actually register hosted services (#233) @crobibero
|
||||
- Allow smtp connection without SSL (#258) @RyanMelena
|
||||
|
||||
### Dependency updates ###
|
||||
- chore(deps): update dependency mqttnet.extensions.managedclient to v4.3.4.1084 (#187) @renovate
|
||||
- chore(deps): update dependency mailkit to v4.7.0 (#174) @renovate
|
||||
- chore(deps): update dependency mqttnet.extensions.managedclient to v4.3.6.1152 (#246) @renovate
|
||||
|
Loading…
Reference in New Issue
Block a user