Prepare for release v1.0.0 (#4)

Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
jellyfin-bot 2024-05-11 15:24:01 -04:00 committed by GitHub
parent 7bd7137129
commit 06d2d2bf5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 4 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,8 +8,12 @@ framework: "net8.0"
overview: "Get music metadata from Discogs"
description: >
Get music metadata from Discogs
category: "Metadata"
owner: "jellyfin"
artifacts:
- "Jellyfin.Plugin.Discogs.dll"
changelog: >
changelog: |-
- 10.9 (#7) @crobibero
- Update dependency StyleCop.Analyzers to v1.2.0-beta.556 (#1) @renovate
- Update workflows (#3) @crobibero