Prepare for release v1.0.0 (#16)

Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
jellyfin-bot 2024-05-11 15:30:05 -04:00 committed by GitHub
parent 7c2cbacee8
commit 7f7635d047
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 19 additions and 5 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>1.0.0.0</Version>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<FileVersion>1.0.0.0</FileVersion>
</PropertyGroup>
</Project>

View File

@ -8,7 +8,21 @@ owner: "jellyfin"
overview: "Download artwork"
description: >
Downloads artwork from a repository for various media types.
category: "Metadata"
artifacts:
- "Jellyfin.Plugin.Artwork.dll"
changelog: >
- "Jellyfin.Plugin.Artwork.dll"
changelog: |-
- 10.9 (#21) @crobibero
- Use meta ci (#14) @crobibero
- chore(deps): bump Microsoft.Extensions.Http from 5.0.0 to 6.0.0 (#6) @dependabot
- update ruleset (#7) @crobibero
- 10.8 support (#4) @crobibero
- chore(deps): bump release-drafter/release-drafter from v5.14.0 to v5.15.0 (#2) @dependabot
- Fix url image template (#1) @crobibero
### Code or Repo Maintenance ###
- Update link to Jellyfin website (#19) @methbkts
### CI & build changes ###
- fix: meta ci workflows (#15) @h1dden-da3m0n