File tree Expand file tree Collapse file tree
Jellyfin.Plugin.OpenSubtitles
tests/Jellyfin.Plugin.OpenSubtitles.Tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net8 .0</TargetFramework >
4+ <TargetFramework >net9 .0</TargetFramework >
55 <GenerateDocumentationFile >true</GenerateDocumentationFile >
66 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
77 <Nullable >enable</Nullable >
1919 <ItemGroup >
2020 <PackageReference Include =" Jellyfin.Common" Version =" 10.*-*" />
2121 <PackageReference Include =" Jellyfin.Controller" Version =" 10.*-*" />
22- <PackageReference Include =" Microsoft.Extensions.Http" Version =" 8 .0.0 " />
22+ <PackageReference Include =" Microsoft.Extensions.Http" Version =" 9 .0.4 " />
2323 <FrameworkReference Include =" Microsoft.AspNetCore.App" />
2424 </ItemGroup >
2525
Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ name: "Open Subtitles"
22guid : " 4b9ed42f-5185-48b5-9803-6ff2989014c4"
33imageUrl : " https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-opensubtitles.png"
44version : 20
5- targetAbi : " 10.9 .0.0"
6- framework : " net8 .0"
5+ targetAbi : " 10.11 .0.0"
6+ framework : " net9 .0"
77owner : " jellyfin"
88overview : " Download subtitles for your media"
99description : " Download subtitles from the internet to use with your media files. (Requires configuration)"
10- category : " Metadata "
10+ category : " Subtitles "
1111artifacts :
1212 - " Jellyfin.Plugin.OpenSubtitles.dll"
1313changelog : |-
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net8 .0</TargetFramework >
4+ <TargetFramework >net9 .0</TargetFramework >
55 <Nullable >enable</Nullable >
66 <IsPackable >false</IsPackable >
77 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments