mirror of
https://github.com/jellyfin/jellyfin-plugin-kitsu.git
synced 2024-11-22 22:00:01 +00:00
10.9 (#29)
This commit is contained in:
parent
62b6877626
commit
e30f9567ca
@ -1,14 +1,14 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<RootNamespace>Jellyfin.Plugin.Kitsu</RootNamespace>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Jellyfin.Controller" Version="10.*-*" />
|
||||
<PackageReference Include="Jellyfin.Model" Version="10.*-*" />
|
||||
<PackageReference Include="Microsoft.Extensions.Http" Version="6.0.0" />
|
||||
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
15
build.yaml
15
build.yaml
@ -3,8 +3,8 @@ name: "Kitsu"
|
||||
guid: "88d809e2-056b-47f4-9911-073949b9963f"
|
||||
imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-kitsu.png"
|
||||
version: 4
|
||||
targetAbi: "10.8.0.0"
|
||||
framework: "net6.0"
|
||||
targetAbi: "10.9.0.0"
|
||||
framework: "net8.0"
|
||||
overview: "Kitsu metadata provider"
|
||||
description: >
|
||||
Kitsu metadata provider
|
||||
@ -14,14 +14,3 @@ owner: "jellyfin"
|
||||
artifacts:
|
||||
- "Jellyfin.Plugin.Kitsu.dll"
|
||||
changelog: |2-
|
||||
### New features and improvements ###
|
||||
- Added Series/Episode Image Providers (#22) @pikami
|
||||
- Get episode metadata from seriesId+episodeNumber instead of provider episode id (#21) @pikami
|
||||
- Add support for identifying using kitsu id (#23) @pikami
|
||||
|
||||
### Bug Fixes ###
|
||||
- Round community rating to single decimal place (#18) @pikami
|
||||
|
||||
### CI & build changes ###
|
||||
- fix: meta ci workflows (#17) @h1dden-da3m0n
|
||||
- Use meta ci (#14) @crobibero
|
||||
|
Loading…
Reference in New Issue
Block a user