mirror of
https://github.com/jellyfin/jellyfin-plugin-artwork.git
synced 2025-02-17 04:17:46 +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>
|
<Project>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Version>0.0.0.0</Version>
|
<Version>1.0.0.0</Version>
|
||||||
<AssemblyVersion>0.0.0.0</AssemblyVersion>
|
<AssemblyVersion>1.0.0.0</AssemblyVersion>
|
||||||
<FileVersion>0.0.0.0</FileVersion>
|
<FileVersion>1.0.0.0</FileVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
18
build.yaml
18
build.yaml
@ -8,7 +8,21 @@ owner: "jellyfin"
|
|||||||
overview: "Download artwork"
|
overview: "Download artwork"
|
||||||
description: >
|
description: >
|
||||||
Downloads artwork from a repository for various media types.
|
Downloads artwork from a repository for various media types.
|
||||||
|
|
||||||
category: "Metadata"
|
category: "Metadata"
|
||||||
artifacts:
|
artifacts:
|
||||||
- "Jellyfin.Plugin.Artwork.dll"
|
- "Jellyfin.Plugin.Artwork.dll"
|
||||||
changelog: >
|
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…
x
Reference in New Issue
Block a user