Bump version to 13

This commit is contained in:
jellyfin-bot 2024-08-20 17:12:31 +00:00
parent 21f653ac5c
commit 3a66dee27c
2 changed files with 10 additions and 9 deletions

View File

@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<Version>12.0.0.0</Version>
<AssemblyVersion>12.0.0.0</AssemblyVersion>
<FileVersion>12.0.0.0</FileVersion>
<Version>13.0.0.0</Version>
<AssemblyVersion>13.0.0.0</AssemblyVersion>
<FileVersion>13.0.0.0</FileVersion>
</PropertyGroup>
</Project>

View File

@ -1,8 +1,8 @@
name: "TVHeadend"
guid: "3fd018e5-5e78-4e58-b280-a0c068febee0"
imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-tvheadend.png"
version: 12
targetAbi: "10.9.2.0"
version: 13
targetAbi: "10.9.9.0"
framework: "net8.0"
owner: "jellyfin"
overview: "Manage TVHeadend from Jellyfin"
@ -11,7 +11,8 @@ category: "LiveTV"
artifacts:
- "TVHeadEnd.dll"
changelog: |-
- Fixed TV Recording channel for 10.9 (#81) @lomion0815
- Fix live stream not working with 10.9 (#80) @lomion0815
- Update for 10.9 - Step 1 (#78) @lomion0815
- Stop Async connection handler threads if remote host has closed the connection. (#74) @Charlese2
- Further Release 10.9.x improvements (#92) @lomion0815
- Readme: update build requirements (#93) @citronalco
- Fixed link to TVHeadend image (#83) @lomion0815
- Set correct dates for recordings (#84) @lomion0815
- Changed HTSP field "summary" to correct name "subtitle". (#85) @lomion0815