fix: switch to net9!

This commit is contained in:
2026-03-01 16:08:58 +01:00
parent b3304e61bf
commit ff0ef96e7c
3 changed files with 2 additions and 28 deletions

View File

@@ -21,7 +21,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'
dotnet-version: '9.0.x'
- name: Set version from tag
id: vars

View File

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
<RootNamespace>Jellyfin.Plugin.SmartNotify</RootNamespace>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<FileVersion>1.0.0.0</FileVersion>

View File

@@ -1,26 +0,0 @@
name: "SmartNotify"
guid: "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
version: "1.0.0.0"
targetAbi: "10.11.0.0"
framework: "net8.0"
owner: "YourName"
overview: "Intelligente Discord-Benachrichtigungen - erkennt Qualitäts-Upgrades und gruppiert Episoden"
description: |
SmartNotify ist ein Jellyfin-Plugin das intelligente Discord-Benachrichtigungen sendet.
Features:
- Erkennt automatisch ob ein Item wirklich NEU ist oder nur ein Qualitäts-Upgrade
- Gruppiert Episoden intelligent (z.B. "Episode 1-12 hinzugefügt" statt 12 einzelne Nachrichten)
- Unterstützt AniDB, AniList, TMDB, TVDB, IMDB Provider-IDs
- Konfigurierbare Verzögerung und Gruppierungsfenster
- Deutsche Oberfläche
category: "Notifications"
artifacts:
- "Jellyfin.Plugin.SmartNotify.dll"
- "LiteDB.dll"
changelog: |
## v1.0.0.0
- Initial release
- Erkennung von Qualitäts-Upgrades
- Intelligente Episoden-Gruppierung
- Discord Webhook Support