Prepare for release v10 (#50)

This commit is contained in:
jellyfin-bot 2024-05-25 11:33:52 -04:00 committed by GitHub
parent 089b919e54
commit 3d5593a0e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 8 deletions

View File

@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<Version>9.0.0.0</Version>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
<FileVersion>9.0.0.0</FileVersion>
<Version>10.0.0.0</Version>
<AssemblyVersion>10.0.0.0</AssemblyVersion>
<FileVersion>10.0.0.0</FileVersion>
</PropertyGroup>
</Project>

View File

@ -1,7 +1,7 @@
name: "NextPVR"
guid: "9574ac10-bf23-49bc-949f-924f23cfa48f"
imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-nextpvr.png"
version: 9
version: 10
targetAbi: "10.9.2.0"
framework: "net8.0"
overview: "Live TV plugin for NextPVR"
@ -13,7 +13,4 @@ owner: "jellyfin"
artifacts:
- "Jellyfin.Plugin.NextPVR.dll"
changelog: |-
- Initial changes for 10.9.1 (#48) @emveepee
### CI & build changes ###
- fix: meta ci workflows (#41) @h1dden-da3m0n
- Allow dynamic recording URLs (#49) @emveepee