Skip to content

Commit

Permalink
Prepare for release v14 (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
jellyfin-bot authored May 11, 2024
1 parent 3d0153d commit c8f24e2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 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>13.0.0.0</Version>
<AssemblyVersion>13.0.0.0</AssemblyVersion>
<FileVersion>13.0.0.0</FileVersion>
<Version>14.0.0.0</Version>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
<FileVersion>14.0.0.0</FileVersion>
</PropertyGroup>
</Project>
11 changes: 9 additions & 2 deletions build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: "Playback Reporting"
guid: "5c534381-91a3-43cb-907a-35aa02eb9d2c"
imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-playbackreporting.png"
version: 13
version: 14
targetAbi: "10.9.0.0"
framework: net8.0
owner: "jellyfin"
Expand All @@ -12,4 +12,11 @@ category: "General"
artifacts:
- "Jellyfin.Plugin.PlaybackReporting.dll"
- "SQLitePCL.pretty.dll"
changelog: |2-
changelog: |-
- 10.9 (#82) @crobibero
### New features and improvements ###
- Order default query usefully & checkbox by default (#66) @michaelkrieger
### Bug Fixes ###
- Fix DirectoryBrowser (#76) @MBR-0001

0 comments on commit c8f24e2

Please sign in to comment.