chore: prepare for next release (v10)

This commit is contained in:
jellyfin-bot 2022-04-24 20:03:48 +00:00
parent 9c1e05a326
commit c9f3469b01
2 changed files with 4 additions and 4 deletions

View File

@ -3,8 +3,8 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<RootNamespace>Jellyfin.Plugin.Fanart</RootNamespace>
<AssemblyVersion>6.0.0.0</AssemblyVersion>
<FileVersion>6.0.0.0</FileVersion>
<AssemblyVersion>10.0.0.0</AssemblyVersion>
<FileVersion>10.0.0.0</FileVersion>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>

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: "9"
version: "10"
targetAbi: "10.8.0.0"
framework: "net6.0"
overview: "Scrape poster images from Fanart"
@ -10,7 +10,7 @@ category: "Metadata"
owner: "jellyfin"
artifacts:
- "Jellyfin.Plugin.Fanart.dll"
changelog: |2-
changelog: |-
### Bug Fixes ###
- Extract DTOs and fix album parsing (#37) @Shadowghost