From 1bfb2800c1e327fca5587290b9b6fefacd08cbfa Mon Sep 17 00:00:00 2001 From: jellyfin-bot Date: Thu, 19 Dec 2024 22:12:19 +0000 Subject: [PATCH] Bump version to 6 --- build.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.yaml b/build.yaml index 690760c..7f0a28c 100644 --- a/build.yaml +++ b/build.yaml @@ -1,8 +1,8 @@ name: "DLNA" guid: "33EBA9CD-7DA1-4720-967F-DD7DAE7B74A1" imageUrl: "" -version: 5 -targetAbi: "10.10.0.0" +version: 6 +targetAbi: "10.10.3.0" framework: "net8.0" owner: "jellyfin" overview: "DLNA Service" @@ -16,6 +16,6 @@ artifacts: - "Jellyfin.Plugin.Dlna.Playback.dll" - "Rssdp.dll" changelog: |- - - Fix Bigscreen compatibility issues (#83) @Nullcaller - - Add additional profile logging (#93) @disgustipated - - Fix TTL not following SsdpConstants (#88) @Nullcaller + - fix: add the icons to the compiled resources (#109) (#114) @FelixPetriconi + - fix: adjusted typo in configuration page title (#112) @shindai + - Only split user agent if it can be split (#95) @Shadowghost