Skip to content
This repository was archived by the owner on Feb 28, 2022. It is now read-only.

Commit 8114cc6

Browse files
authored
Merge pull request #71 from jellyfin/prepare-10
2 parents cd82d58 + 19644aa commit 8114cc6

File tree

1 file changed

+23
-5
lines changed

1 file changed

+23
-5
lines changed

build.yaml

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,32 @@
22
name: "Auto Organize"
33
guid: "70b7b43b-471b-4159-b4be-56750c795499"
44
imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-autoorganize.png"
5-
version: "9.0.0.0"
6-
targetAbi: "10.7.0.0"
5+
version: "10"
6+
targetAbi: "10.8.0.0"
77
framework: "net6.0"
88
owner: "jellyfin"
99
overview: "Automatically organize your media"
1010
description: "Automatically organize your media"
1111
category: "General"
1212
artifacts:
13-
- "AutoOrganize.dll"
14-
changelog: |
15-
changelog
13+
- "AutoOrganize.dll"
14+
changelog: |2-
15+
### New features and improvements ###
16+
- Migration to es6 (#67) @grafixeyehero
17+
- chore: plugin images (#63) @h1dden-da3m0n
18+
19+
### Code or Repo Maintenance ###
20+
- 10.8 support (#73) @crobibero
21+
- Rename Emby.AutoOrganize to AutoOrganize (#69) @grafixeyehero
22+
- Migrate from FxCop analyzers to .NET analyzers (#52) @crobibero
23+
- Use System.Text.Json (#53) @daullmer
24+
25+
### Dependency updates ###
26+
- chore(deps): bump SQLitePCL.pretty.netstandard from 2.1.0 to 2.2.0 (#62) @dependabot
27+
- chore(deps): bump release-drafter/release-drafter from v5.14.0 to v5.15.0 (#59) @dependabot
28+
- chore(deps): bump Microsoft.CodeAnalysis.NetAnalyzers from 5.0.0 to 5.0.3 (#60) @dependabot
29+
- chore(deps): bump SQLitePCL.pretty.netstandard from 2.0.1 to 2.1.0 (#61) @dependabot
30+
31+
### CI & build changes ###
32+
- Update ci (#70) @h1dden-da3m0n
33+
- chore(ci): builds, releas drafter and more (#57) @h1dden-da3m0n

0 commit comments

Comments
 (0)