Skip to content

Commit

Permalink
Prepare for release v17 (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
jellyfin-bot authored May 11, 2024
1 parent aa5b4fe commit 7261499
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 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>16.0.0.0</Version>
<AssemblyVersion>16.0.0.0</AssemblyVersion>
<FileVersion>16.0.0.0</FileVersion>
<Version>17.0.0.0</Version>
<AssemblyVersion>17.0.0.0</AssemblyVersion>
<FileVersion>17.0.0.0</FileVersion>
</PropertyGroup>
</Project>
11 changes: 4 additions & 7 deletions build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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

0 comments on commit 7261499

Please sign in to comment.