mirror of
https://github.com/jellyfin/jellyfin-plugin-opensubtitles.git
synced 2024-11-23 06:09:51 +00:00
Prepare for release v20 (#136)
This commit is contained in:
parent
85e1040ac9
commit
0446b089d4
@ -1,7 +1,7 @@
|
|||||||
<Project>
|
<Project>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Version>19.0.0.0</Version>
|
<Version>20.0.0.0</Version>
|
||||||
<AssemblyVersion>19.0.0.0</AssemblyVersion>
|
<AssemblyVersion>20.0.0.0</AssemblyVersion>
|
||||||
<FileVersion>19.0.0.0</FileVersion>
|
<FileVersion>20.0.0.0</FileVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
15
build.yaml
15
build.yaml
@ -1,7 +1,7 @@
|
|||||||
name: "Open Subtitles"
|
name: "Open Subtitles"
|
||||||
guid: "4b9ed42f-5185-48b5-9803-6ff2989014c4"
|
guid: "4b9ed42f-5185-48b5-9803-6ff2989014c4"
|
||||||
imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-opensubtitles.png"
|
imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-opensubtitles.png"
|
||||||
version: 19
|
version: 20
|
||||||
targetAbi: "10.9.0.0"
|
targetAbi: "10.9.0.0"
|
||||||
framework: "net8.0"
|
framework: "net8.0"
|
||||||
owner: "jellyfin"
|
owner: "jellyfin"
|
||||||
@ -10,13 +10,8 @@ description: "Download subtitles from the internet to use with your media files.
|
|||||||
category: "Metadata"
|
category: "Metadata"
|
||||||
artifacts:
|
artifacts:
|
||||||
- "Jellyfin.Plugin.OpenSubtitles.dll"
|
- "Jellyfin.Plugin.OpenSubtitles.dll"
|
||||||
changelog: |2-
|
changelog: |-
|
||||||
### New features and improvements ###
|
- 10.9 (#145) @crobibero
|
||||||
- Add automatic invalidation of credentials (#128) @MBR-0001
|
|
||||||
- Add handling for .strm files (#124) @MBR-0001
|
|
||||||
|
|
||||||
### Bug Fixes ###
|
### Dependency updates ###
|
||||||
- Add automatic invalidation of credentials (#128) @MBR-0001
|
- chore(deps): update xunit-dotnet monorepo (#117) @renovate
|
||||||
|
|
||||||
### CI & build changes ###
|
|
||||||
- fix: meta ci workflows (#106) @h1dden-da3m0n
|
|
||||||
|
Loading…
Reference in New Issue
Block a user