Skip to content

Commit

Permalink
Bump version to 11
Browse files Browse the repository at this point in the history
  • Loading branch information
jellyfin-bot committed Jun 12, 2022
1 parent 001d943 commit 3a7ed5b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -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 changes: 12 additions & 2 deletions build.yaml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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

0 comments on commit 3a7ed5b

Please sign in to comment.