diff --git a/Directory.Build.props b/Directory.Build.props index c702921..c608cd0 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 0.0.0.0 - 0.0.0.0 - 0.0.0.0 + 6.0.0.0 + 6.0.0.0 + 6.0.0.0 diff --git a/build.yaml b/build.yaml index 328412f..17ace1b 100644 --- a/build.yaml +++ b/build.yaml @@ -1,7 +1,7 @@ name: "AniList" guid: "1bd22884-44be-40f3-ad95-fc4a7834ba2c" imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-anilist.png" -version: "6" +version: 6 targetAbi: "10.8.0.0" framework: "net6.0" owner: "jellyfin" @@ -12,6 +12,13 @@ description: > category: "Metadata" artifacts: - "Jellyfin.Plugin.AniList.dll" -changelog: |2- +changelog: |- + - chore(deps): update dependency microsoft.extensions.dependencyinjection to v6.0.0 (#30) @renovate + - chore(deps): update dependency microsoft.extensions.http to v6 (#31) @renovate + ### Code or Repo Maintenance ### - - 10.8 support (#18) @crobibero + - Use meta ci (#25) @crobibero + + ### CI & build changes ### + - fix: meta ci workflows (#29) @h1dden-da3m0n + - Use meta ci (#25) @crobibero