From ef7bc31bc0a5730183c9f975f9dc1d5330a8020b Mon Sep 17 00:00:00 2001 From: jellyfin-bot <45807407+jellyfin-bot@users.noreply.github.com> Date: Sat, 11 May 2024 15:28:39 -0400 Subject: [PATCH] Prepare for release v16 (#75) --- Directory.Build.props | 6 +++--- build.yaml | 11 +++++++++-- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index cd8a5a4..ae8474c 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 15.0.0.0 - 15.0.0.0 - 15.0.0.0 + 16.0.0.0 + 16.0.0.0 + 16.0.0.0 diff --git a/build.yaml b/build.yaml index 3f10f57..605223b 100644 --- a/build.yaml +++ b/build.yaml @@ -2,7 +2,7 @@ name: "Reports" guid: "d4312cd9-5c90-4f38-82e8-51da566790e8" imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-reports.png" -version: 15 +version: 16 targetAbi: "10.9.0.0" framework: "net8.0" owner: "jellyfin" @@ -15,4 +15,11 @@ artifacts: - "DocumentFormat.OpenXml.dll" - "ExcelNumberFormat.dll" - "System.IO.Packaging.dll" -changelog: |2- +changelog: |- + - 10.9 (#82) @crobibero + + ### New features and improvements ### + - Add XLSX Excel As Export Option (#74) @mwildgoose + + ### Dependency updates ### + - chore(deps): update dependency closedxml to v0.97.0 (#76) @renovate