Skip to content

Commit

Permalink
Prepare for release v20 (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
jellyfin-bot authored May 11, 2024
1 parent 85e1040 commit 0446b08
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 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>19.0.0.0</Version>
<AssemblyVersion>19.0.0.0</AssemblyVersion>
<FileVersion>19.0.0.0</FileVersion>
<Version>20.0.0.0</Version>
<AssemblyVersion>20.0.0.0</AssemblyVersion>
<FileVersion>20.0.0.0</FileVersion>
</PropertyGroup>
</Project>
15 changes: 5 additions & 10 deletions build.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "Open Subtitles"
guid: "4b9ed42f-5185-48b5-9803-6ff2989014c4"
imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-opensubtitles.png"
version: 19
version: 20
targetAbi: "10.9.0.0"
framework: "net8.0"
owner: "jellyfin"
Expand All @@ -10,13 +10,8 @@ description: "Download subtitles from the internet to use with your media files.
category: "Metadata"
artifacts:
- "Jellyfin.Plugin.OpenSubtitles.dll"
changelog: |2-
### New features and improvements ###
- Add automatic invalidation of credentials (#128) @MBR-0001
- Add handling for .strm files (#124) @MBR-0001
changelog: |-
- 10.9 (#145) @crobibero
### Bug Fixes ###
- Add automatic invalidation of credentials (#128) @MBR-0001
### CI & build changes ###
- fix: meta ci workflows (#106) @h1dden-da3m0n
### Dependency updates ###
- chore(deps): update xunit-dotnet monorepo (#117) @renovate

0 comments on commit 0446b08

Please sign in to comment.