Skip to content

Commit

Permalink
Bump version to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
jellyfin-bot committed Oct 31, 2024
1 parent e666f28 commit 6ce80f6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 18 deletions.
6 changes: 3 additions & 3 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<Version>15.0.0.0</Version>
<AssemblyVersion>15.0.0.0</AssemblyVersion>
<FileVersion>15.0.0.0</FileVersion>
<Version>17.0.0.0</Version>
<AssemblyVersion>17.0.0.0</AssemblyVersion>
<FileVersion>17.0.0.0</FileVersion>
</PropertyGroup>
</Project>
18 changes: 3 additions & 15 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: 15
targetAbi: "10.9.7.0"
version: 17
targetAbi: "10.10.0.0"
framework: "net8.0"
owner: "jellyfin"
overview: "Sends notifications."
Expand All @@ -19,16 +19,4 @@ artifacts:
- "MQTTnet.dll"
- "MQTTnet.Extensions.ManagedClient.dll"
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 ###
- Allow smtp connection without SSL (#258) @RyanMelena
### Dependency updates ###
- 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
- ntfy.sh: Template Optimizations Pt. 3 (#297) @v3DJG6GL

0 comments on commit 6ce80f6

Please sign in to comment.