From 262574a64459447fbde8300d0dfc273ac5d03b47 Mon Sep 17 00:00:00 2001 From: jellyfin-bot Date: Sun, 12 Dec 2021 13:42:12 +0000 Subject: [PATCH 1/2] Bump version to 11 --- build.yaml | 24 +++++------------------- 1 file changed, 5 insertions(+), 19 deletions(-) diff --git a/build.yaml b/build.yaml index f995f9d..0d14dcd 100644 --- a/build.yaml +++ b/build.yaml @@ -2,8 +2,8 @@ name: "Auto Organize" guid: "70b7b43b-471b-4159-b4be-56750c795499" imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-autoorganize.png" -version: "10" -targetAbi: "10.8.0.0" +version: "11" +targetAbi: "10.7.7.0" framework: "net6.0" owner: "jellyfin" overview: "Automatically organize your media" @@ -12,22 +12,8 @@ category: "General" artifacts: - "AutoOrganize.dll" changelog: |2- - ### New features and improvements ### - - Migration to es6 (#67) @grafixeyehero - - chore: plugin images (#63) @h1dden-da3m0n + ### Bug Fixes ### + - Fix saving configuration, Update for 10.8-alpha3 (#74) @NamekMaster ### Code or Repo Maintenance ### - - 10.8 support (#73) @crobibero - - Rename Emby.AutoOrganize to AutoOrganize (#69) @grafixeyehero - - Migrate from FxCop analyzers to .NET analyzers (#52) @crobibero - - Use System.Text.Json (#53) @daullmer - - ### Dependency updates ### - - chore(deps): bump SQLitePCL.pretty.netstandard from 2.1.0 to 2.2.0 (#62) @dependabot - - chore(deps): bump release-drafter/release-drafter from v5.14.0 to v5.15.0 (#59) @dependabot - - chore(deps): bump Microsoft.CodeAnalysis.NetAnalyzers from 5.0.0 to 5.0.3 (#60) @dependabot - - chore(deps): bump SQLitePCL.pretty.netstandard from 2.0.1 to 2.1.0 (#61) @dependabot - - ### CI & build changes ### - - Update ci (#70) @h1dden-da3m0n - - chore(ci): builds, releas drafter and more (#57) @h1dden-da3m0n + - Fix saving configuration, Update for 10.8-alpha3 (#74) @NamekMaster From 80c171f14273c79c57d6648dab7944089298b342 Mon Sep 17 00:00:00 2001 From: Cody Robibero Date: Sun, 12 Dec 2021 06:42:53 -0700 Subject: [PATCH 2/2] Update build.yaml --- build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.yaml b/build.yaml index 0d14dcd..146dc15 100644 --- a/build.yaml +++ b/build.yaml @@ -3,7 +3,7 @@ name: "Auto Organize" guid: "70b7b43b-471b-4159-b4be-56750c795499" imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-autoorganize.png" version: "11" -targetAbi: "10.7.7.0" +targetAbi: "10.8.0.0" framework: "net6.0" owner: "jellyfin" overview: "Automatically organize your media"