diff --git a/build.yaml b/build.yaml index 146dc15..f106950 100644 --- a/build.yaml +++ b/build.yaml @@ -2,7 +2,7 @@ name: "Auto Organize" guid: "70b7b43b-471b-4159-b4be-56750c795499" imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-autoorganize.png" -version: "11" +version: "12" targetAbi: "10.8.0.0" framework: "net6.0" owner: "jellyfin" @@ -12,8 +12,5 @@ category: "General" artifacts: - "AutoOrganize.dll" changelog: |2- - ### Bug Fixes ### - - Fix saving configuration, Update for 10.8-alpha3 (#74) @NamekMaster - ### Code or Repo Maintenance ### - - Fix saving configuration, Update for 10.8-alpha3 (#74) @NamekMaster + - Use BaseItemKind (#76) @crobibero