Bump version to 11

This commit is contained in:
jellyfin-bot 2022-06-12 14:31:04 +00:00
parent 001d943c06
commit 3a7ed5b5d2
2 changed files with 15 additions and 5 deletions

View File

@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<Version>0.0.0.0</Version>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
<FileVersion>0.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,7 +1,7 @@
name: "TVHeadend"
guid: "3fd018e5-5e78-4e58-b280-a0c068febee0"
imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-tvheadend.png"
version: "11"
version: 11
targetAbi: "10.8.0.0"
framework: "net6.0"
owner: "jellyfin"
@ -11,5 +11,15 @@ category: "LiveTV"
artifacts:
- "TVHeadEnd.dll"
changelog: |2-
### New features and improvements ###
- Added Pre-Padding and Post-Padding to settings. (#57) @lomion0815
### Bug Fixes ###
- Fix DLNA streaming (#46) @jkellerer
### Code or Repo Maintenance ###
- 10.8 support (#42) @crobibero
- Use meta ci (#55) @crobibero
### CI & build changes ###
- fix: meta ci workflows (#56) @h1dden-da3m0n
- Use meta ci (#55) @crobibero