diff --git a/Directory.Build.props b/Directory.Build.props index ae8474c..8c77aad 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 16.0.0.0 - 16.0.0.0 - 16.0.0.0 + 17.0.0.0 + 17.0.0.0 + 17.0.0.0 diff --git a/build.yaml b/build.yaml index 7aa57a2..8d7d553 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: 16 +version: 17 targetAbi: "10.9.0.0" framework: "net8.0" owner: "jellyfin" @@ -17,10 +17,7 @@ artifacts: - "System.IO.Packaging.dll" - "SixLabors.Fonts.dll" changelog: |- - - 10.9 (#82) @crobibero + - put that thing in the correct place (#85) @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 + ### Bug Fixes ### + - add reference to SixLabors.Fonts.dll (#84) @crobibero