mirror of
https://github.com/jellyfin/jellyfin-plugin-artwork.git
synced 2024-11-22 21:49:41 +00:00
Prepare for release v1.0.0 (#16)
Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
parent
7c2cbacee8
commit
7f7635d047
@ -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>
|
||||
|
18
build.yaml
18
build.yaml
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user