Skip to content

Commit

Permalink
Bump version to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
jellyfin-bot committed Jan 27, 2025
1 parent 5a529cc commit e5215db
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 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>16.0.0.0</Version>
<AssemblyVersion>16.0.0.0</AssemblyVersion>
<FileVersion>16.0.0.0</FileVersion>
</PropertyGroup>
</Project>
10 changes: 4 additions & 6 deletions build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
name: "Playback Reporting"
guid: "5c534381-91a3-43cb-907a-35aa02eb9d2c"
imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-playbackreporting.png"
version: 15
targetAbi: "10.9.7.0"
version: 16
targetAbi: "10.10.5.0"
framework: net8.0
owner: "jellyfin"
overview: "Collect and show user play statistics"
Expand All @@ -13,7 +13,5 @@ artifacts:
- "Jellyfin.Plugin.PlaybackReporting.dll"
- "SQLitePCL.pretty.dll"
changelog: |-
- Added horizontal scrolling to all report pages (#85) @meister-eder
### Bug Fixes ###
- Use LastUpdated Time Instead of Current Time for missing Stop event (#87) @speatzle
- Fix database connection disposal on server shutdown (#98) @a-mnich
- fix nullable warnings (#99) @a-mnich

0 comments on commit e5215db

Please sign in to comment.