Skip to content

Commit b9782db

Browse files
authored
Bump version to 3 (#11)
1 parent f2f1e17 commit b9782db

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

Directory.Build.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>2.0.0.0</Version>
4-
<AssemblyVersion>2.0.0.0</AssemblyVersion>
5-
<FileVersion>2.0.0.0</FileVersion>
3+
<Version>3.0.0.0</Version>
4+
<AssemblyVersion>3.0.0.0</AssemblyVersion>
5+
<FileVersion>3.0.0.0</FileVersion>
66
</PropertyGroup>
77
</Project>

build.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: "LrcLib Lyrics"
22
guid: "D106EBE6-9CA8-4FBC-9CD1-A92A213DA9F9"
3-
version: 2
3+
version: 3
44
targetAbi: "10.11.0.0"
55
framework: "net9.0"
66
owner: "jellyfin"
@@ -11,6 +11,7 @@ description: >
1111
category: "Music"
1212
artifacts:
1313
- "Jellyfin.Plugin.LrcLib.dll"
14-
changelog: |2-
15-
### Dependency updates ###
16-
- Update dependency Microsoft.Extensions.Http to 8.0.1 (#8) @renovate
14+
changelog: |-
15+
- Jellyfin 10.11 support (#25) @crobibero
16+
- Update plugin name (#12) @thornbill
17+
- Update PluginConfiguration comment (#10) @scampower3

0 commit comments

Comments
 (0)