mirror of
https://github.com/jellyfin/jellyfin-plugin-discogs.git
synced 2024-11-23 06:09:43 +00:00
Prepare for release v1.0.0 (#4)
Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
parent
7bd7137129
commit
06d2d2bf5d
@ -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>
|
||||||
|
@ -8,8 +8,12 @@ framework: "net8.0"
|
|||||||
overview: "Get music metadata from Discogs"
|
overview: "Get music metadata from Discogs"
|
||||||
description: >
|
description: >
|
||||||
Get music metadata from Discogs
|
Get music metadata from Discogs
|
||||||
|
|
||||||
category: "Metadata"
|
category: "Metadata"
|
||||||
owner: "jellyfin"
|
owner: "jellyfin"
|
||||||
artifacts:
|
artifacts:
|
||||||
- "Jellyfin.Plugin.Discogs.dll"
|
- "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
|
||||||
|
Loading…
Reference in New Issue
Block a user