Prepare for release v8 (#28)

This commit is contained in:
jellyfin-bot 2024-05-11 15:33:13 -04:00 committed by GitHub
parent a0f522ec54
commit 41e1724ed6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 20 additions and 5 deletions

View File

@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<Version>4.0.0.0</Version>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<FileVersion>4.0.0.0</FileVersion>
<Version>8.0.0.0</Version>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<FileVersion>8.0.0.0</FileVersion>
</PropertyGroup>
</Project>

View File

@ -1,7 +1,7 @@
name: "Cover Art Archive"
guid: "8119f3c6-cfc2-4d9c-a0ba-028f1d93e526"
imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-coverartarchive.png"
version: "8"
version: 8
targetAbi: "10.9.0.0"
framework: "net8.0"
overview: "MusicBrainz Cover Art Archive"
@ -14,4 +14,19 @@ artifacts:
- "Jellyfin.Plugin.CoverArtArchive.dll"
- "MetaBrainz.Common.Json.dll"
- "MetaBrainz.MusicBrainz.CoverArt.dll"
changelog: |2-
changelog: |-
- 10.9 (#35) @crobibero
### Bug Fixes ###
- Check if the Types is flagged as 'Front' (#33) @GaaH
### Code or Repo Maintenance ###
- Update link to Jellyfin website (#34) @methbkts
- Use meta ci (#27) @crobibero
### Dependency updates ###
- chore(deps): update dependency metabrainz.common.json to v5.1.0 (#30) @renovate
### CI & build changes ###
- fix: ci bumps (#29) @h1dden-da3m0n
- Use meta ci (#27) @crobibero