mirror of
https://github.com/jellyfin/jellyfin-plugin-tvheadend.git
synced 2024-11-23 13:49:40 +00:00
Bump version to 11
This commit is contained in:
parent
001d943c06
commit
3a7ed5b5d2
@ -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>
|
||||
|
14
build.yaml
14
build.yaml
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user