Skip to content

Commit

Permalink
Prepare for release v1.0.0 (#16)
Browse files Browse the repository at this point in the history
Co-authored-by: Cody Robibero <[email protected]>
  • Loading branch information
jellyfin-bot and crobibero authored May 11, 2024
1 parent 7c2cbac commit 7f7635d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -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 changes: 16 additions & 2 deletions build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7f7635d

Please sign in to comment.