Merge pull request #40 from jellyfin/prepare-10

This commit is contained in:
Cody Robibero 2022-06-12 07:51:26 -06:00 committed by GitHub
commit b1c1f7637f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 9 deletions

View File

@ -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>

View File

@ -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