diff --git a/README.md b/README.md index be5ba62..9ec44ff 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ Then copy `SegmentEditorPlugin/bin/Release/net10.0/SegmentEditorPlugin.dll` to y ## Requirements -- Jellyfin Server 12.0.0 or newer +- Jellyfin Server 12.1 or newer - The [Intro Skipper plugin](https://github.com/intro-skipper/intro-skipper) installed - Jellyfin Server compatible with the referenced Jellyfin packages (see `SegmentEditorPlugin/SegmentEditorPlugin.csproj`) - For building from source: diff --git a/SegmentEditorPlugin/SegmentEditorPlugin.csproj b/SegmentEditorPlugin/SegmentEditorPlugin.csproj index 26346f9..43df30b 100644 --- a/SegmentEditorPlugin/SegmentEditorPlugin.csproj +++ b/SegmentEditorPlugin/SegmentEditorPlugin.csproj @@ -11,10 +11,10 @@ - + runtime - + runtime diff --git a/build.yaml b/build.yaml index a81024c..5311750 100644 --- a/build.yaml +++ b/build.yaml @@ -2,7 +2,7 @@ name: "Segment Editor" guid: "ace21d44-a4e5-4a85-ae75-acd2e24a9574" version: "1.0.0.0" -targetAbi: "12.0.0.0" +targetAbi: "12.1.0.0" framework: "net10.0" overview: "Segment editing UI embedded as a plugin page" description: "Packages the Segment Editor web app (built from intro-skipper/segment-editor) as a Jellyfin server plugin" @@ -10,4 +10,4 @@ category: "MoviesAndShows" owner: "Intro Skipper" artifacts: - "SegmentEditorPlugin.dll" -changelog: "- Jellyfin 12 compatibility" +changelog: "- Jellyfin 12.1 compatibility"