Skip to content

Commit d4f6a9b

Browse files
committed
Bump version to 3
1 parent 041091a commit d4f6a9b

2 files changed

Lines changed: 9 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: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
name: "Artwork"
33
guid: "7871D3B1-F1B9-4318-9C27-F35998FFBBCC"
4-
version: 2
5-
targetAbi: "10.11.0.0"
4+
version: 3
5+
targetAbi: "10.11.5.0"
66
framework: "net9.0"
77
owner: "jellyfin"
88
overview: "Download artwork"
@@ -12,5 +12,7 @@ description: >
1212
category: "General"
1313
artifacts:
1414
- "Jellyfin.Plugin.Artwork.dll"
15-
changelog: |-
16-
- Jellyfin 10.11 support (#27) @crobibero
15+
changelog: |2-
16+
17+
### Dependency updates ###
18+
- Update dependency Microsoft.Extensions.Http to 9.0.11 (#24) @[renovate[bot]](https://github.com/apps/renovate)

0 commit comments

Comments
 (0)