Prepare for release v11 (#54)

This commit is contained in:
jellyfin-bot 2024-06-14 09:37:00 -04:00 committed by GitHub
parent eab72a5530
commit a3c19d47a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View File

@ -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>

View File

@ -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: >
@ -13,4 +13,4 @@ owner: "jellyfin"
artifacts:
- "Jellyfin.Plugin.NextPVR.dll"
changelog: |-
- Allow dynamic recording URLs (#49) @emveepee
- Recording enhancements (#53) @emveepee