fix: switch to net9!
This commit is contained in:
@@ -21,7 +21,7 @@ jobs:
|
|||||||
- name: Setup .NET
|
- name: Setup .NET
|
||||||
uses: actions/setup-dotnet@v4
|
uses: actions/setup-dotnet@v4
|
||||||
with:
|
with:
|
||||||
dotnet-version: '8.0.x'
|
dotnet-version: '9.0.x'
|
||||||
|
|
||||||
- name: Set version from tag
|
- name: Set version from tag
|
||||||
id: vars
|
id: vars
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<Project Sdk="Microsoft.NET.Sdk">
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>net8.0</TargetFramework>
|
<TargetFramework>net9.0</TargetFramework>
|
||||||
<RootNamespace>Jellyfin.Plugin.SmartNotify</RootNamespace>
|
<RootNamespace>Jellyfin.Plugin.SmartNotify</RootNamespace>
|
||||||
<AssemblyVersion>1.0.0.0</AssemblyVersion>
|
<AssemblyVersion>1.0.0.0</AssemblyVersion>
|
||||||
<FileVersion>1.0.0.0</FileVersion>
|
<FileVersion>1.0.0.0</FileVersion>
|
||||||
|
|||||||
26
build.yaml
26
build.yaml
@@ -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
|
|
||||||
Reference in New Issue
Block a user