Skip to content

Commit

Permalink
Prepare for release v11 (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
jellyfin-bot committed Jun 14, 2024
1 parent eab72a5 commit a3c19d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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>10.0.0.0</Version>
<AssemblyVersion>10.0.0.0</AssemblyVersion>
<FileVersion>10.0.0.0</FileVersion>
<Version>11.0.0.0</Version>
<AssemblyVersion>11.0.0.0</AssemblyVersion>
<FileVersion>11.0.0.0</FileVersion>
</PropertyGroup>
</Project>
6 changes: 3 additions & 3 deletions build.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: "NextPVR"
guid: "9574ac10-bf23-49bc-949f-924f23cfa48f"
imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-nextpvr.png"
version: 10
targetAbi: "10.9.2.0"
version: 11
targetAbi: "10.9.6.0"
framework: "net8.0"
overview: "Live TV plugin for NextPVR"
description: >
Expand All @@ -13,4 +13,4 @@ owner: "jellyfin"
artifacts:
- "Jellyfin.Plugin.NextPVR.dll"
changelog: |-
- Allow dynamic recording URLs (#49) @emveepee
- Recording enhancements (#53) @emveepee

0 comments on commit a3c19d4

Please sign in to comment.