mirror of
https://github.com/jellyfin/jellyfin-plugin-webhook.git
synced 2024-11-27 00:00:28 +00:00
Prepare for release v14 (#234)
This commit is contained in:
parent
e23d0696f0
commit
c6a07e9fa3
@ -1,7 +1,7 @@
|
||||
<Project>
|
||||
<PropertyGroup>
|
||||
<Version>13.0.0.0</Version>
|
||||
<AssemblyVersion>13.0.0.0</AssemblyVersion>
|
||||
<FileVersion>13.0.0.0</FileVersion>
|
||||
<Version>14.0.0.0</Version>
|
||||
<AssemblyVersion>14.0.0.0</AssemblyVersion>
|
||||
<FileVersion>14.0.0.0</FileVersion>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
|
@ -1,7 +1,7 @@
|
||||
name: "Webhook"
|
||||
guid: "71552A5A-5C5C-4350-A2AE-EBE451A30173"
|
||||
imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-webhook.png"
|
||||
version: 13
|
||||
version: 14
|
||||
targetAbi: "10.9.1.0"
|
||||
framework: "net8.0"
|
||||
owner: "jellyfin"
|
||||
@ -20,4 +20,8 @@ artifacts:
|
||||
- "MQTTnet.Extensions.ManagedClient.dll"
|
||||
changelog: |2-
|
||||
### Bug Fixes ###
|
||||
- Fix registering helpers during plugin initialization (#230) @crobibero
|
||||
- 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
|
||||
|
Loading…
Reference in New Issue
Block a user