Skip to content

Commit c507da2

Browse files
authored
Bump version to 17 (#299)
1 parent 95b40d7 commit c507da2

File tree

2 files changed

+9
-17
lines changed

2 files changed

+9
-17
lines changed

Directory.Build.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>15.0.0.0</Version>
4-
<AssemblyVersion>15.0.0.0</AssemblyVersion>
5-
<FileVersion>15.0.0.0</FileVersion>
3+
<Version>17.0.0.0</Version>
4+
<AssemblyVersion>17.0.0.0</AssemblyVersion>
5+
<FileVersion>17.0.0.0</FileVersion>
66
</PropertyGroup>
77
</Project>

build.yaml

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: "Webhook"
22
guid: "71552A5A-5C5C-4350-A2AE-EBE451A30173"
33
imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-webhook.png"
4-
version: 15
5-
targetAbi: "10.9.7.0"
4+
version: 17
5+
targetAbi: "10.10.6.0"
66
framework: "net8.0"
77
owner: "jellyfin"
88
overview: "Sends notifications."
@@ -19,16 +19,8 @@ artifacts:
1919
- "MQTTnet.dll"
2020
- "MQTTnet.Extensions.ManagedClient.dll"
2121
changelog: |-
22-
- Fix test badge typo (#257) @RyanMelena
23-
- Fix test status badge (#256) @RyanMelena
24-
- Make "Original Aspect Ratio" property available to WebHooks (#249) @RyanMelena
22+
- Update Ntfy.handlebars (#298) @Sk4lli
23+
- ntfy.sh: Template Optimizations Pt. 3 (#297) @v3DJG6GL
2524
26-
### Breaking changes ###
27-
- Allow smtp connection without SSL (#258) @RyanMelena
28-
29-
### Bug Fixes ###
30-
- Allow smtp connection without SSL (#258) @RyanMelena
31-
32-
### Dependency updates ###
33-
- chore(deps): update dependency mailkit to v4.7.0 (#174) @renovate
34-
- chore(deps): update dependency mqttnet.extensions.managedclient to v4.3.6.1152 (#246) @renovate
25+
### New features and improvements ###
26+
- feat: add url_encode helper (#314) @armanckeser

0 commit comments

Comments
 (0)