From bfcf854d38b000d836317984964a673d0cea94e2 Mon Sep 17 00:00:00 2001 From: redxef Date: Mon, 18 Nov 2024 13:10:51 +0100 Subject: [PATCH] chore: bump jellyfin ABI version & tag for release. --- Jellyfin.Plugin.SmartPlaylist/build.yaml | 7 +++++-- .../jellyfin-smart-playlist.csproj | 6 +++--- README.md | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/Jellyfin.Plugin.SmartPlaylist/build.yaml b/Jellyfin.Plugin.SmartPlaylist/build.yaml index 0dcf9c7..7634453 100644 --- a/Jellyfin.Plugin.SmartPlaylist/build.yaml +++ b/Jellyfin.Plugin.SmartPlaylist/build.yaml @@ -1,7 +1,7 @@ name: Smart Playlist guid: dd2326e3-4d3e-4bfc-80e6-28502c1131df -version: 0.2.1.0 -targetAbi: 10.10.0.0 +version: 0.2.2.0 +targetAbi: 10.10.2.0 framework: net8.0 owner: redxef overview: Smart playlists with Lisp filter engine. @@ -14,6 +14,9 @@ artifacts: - jellyfin-smart-playlist.dll - YamlDotNet.dll changelog: | + ## v0.2.2.0 + - Update Jellyfin to v 10.10.2 + ## v0.2.1.0 - Make default program configuration a textarea in the settings page - Add convinience definitions: `is-type`, `name-contains` diff --git a/Jellyfin.Plugin.SmartPlaylist/jellyfin-smart-playlist.csproj b/Jellyfin.Plugin.SmartPlaylist/jellyfin-smart-playlist.csproj index f4a9890..0fe4d0f 100644 --- a/Jellyfin.Plugin.SmartPlaylist/jellyfin-smart-playlist.csproj +++ b/Jellyfin.Plugin.SmartPlaylist/jellyfin-smart-playlist.csproj @@ -5,12 +5,12 @@ Jellyfin.Plugin.SmartPlaylist enable enable - 0.2.1.0 + 0.2.2.0 - - + + diff --git a/README.md b/README.md index 3fe2ce5..955cfe1 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Smart playlists with Lisp filter engine. This readme contains instructions for the most recent changes in the development branch (`main`). To view the file appropriate for your version select the tag corresponding to your version. -The latest version is [v0.2.1.0](https://gitea.redxef.at/redxef/jellyfin-smart-playlist/src/tag/v0.2.0.0). +The latest version is [v0.2.2.0](https://gitea.redxef.at/redxef/jellyfin-smart-playlist/src/tag/v0.2.2.0). ## How to use