mirror of
https://github.com/jellyfin/jellyfin-plugin-fanart.git
synced 2024-11-26 23:20:31 +00:00
Merge pull request #40 from jellyfin/prepare-10
This commit is contained in:
commit
b1c1f7637f
@ -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>10.0.0.0</Version>
|
||||
<AssemblyVersion>10.0.0.0</AssemblyVersion>
|
||||
<FileVersion>10.0.0.0</FileVersion>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
|
11
build.yaml
11
build.yaml
@ -1,7 +1,7 @@
|
||||
name: "Fanart"
|
||||
guid: "170a157f-ac6c-437a-abdd-ca9c25cebd39"
|
||||
imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-fanart.png"
|
||||
version: "10"
|
||||
version: 10
|
||||
targetAbi: "10.8.0.0"
|
||||
framework: "net6.0"
|
||||
overview: "Scrape poster images from Fanart"
|
||||
@ -11,11 +11,10 @@ owner: "jellyfin"
|
||||
artifacts:
|
||||
- "Jellyfin.Plugin.Fanart.dll"
|
||||
changelog: |-
|
||||
### Bug Fixes ###
|
||||
- Extract DTOs and fix album parsing (#37) @Shadowghost
|
||||
- chore(deps): update dependency microsoft.extensions.http to v6 (#41) @renovate
|
||||
|
||||
### Code or Repo Maintenance ###
|
||||
- Use meta ci (#35) @crobibero
|
||||
### Bug Fixes ###
|
||||
- fix tv series no data (#38) @kdays
|
||||
|
||||
### CI & build changes ###
|
||||
- Use meta ci (#35) @crobibero
|
||||
- fix: meta ci workflows (#39) @h1dden-da3m0n
|
||||
|
Loading…
Reference in New Issue
Block a user