Merge branch 'main' of https://git.tdpi.dev/TDPI/jellyfin-plugin-smartnotify
All checks were successful
Create Release PR / Create Release PR (push) Successful in 11s

This commit is contained in:
2026-03-04 18:32:15 +01:00
4 changed files with 22 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
{
".": "0.0.18"
".": "0.0.19"
}

View File

@@ -1,5 +1,16 @@
# Changelog
## 0.0.19 (2026-03-04)
### Bug Fixes
* fix: debuging
### Chores
* chore: update manifest for v0.0.18
## 0.0.18 (2026-03-03)
### Bug Fixes

View File

@@ -3,8 +3,8 @@
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<RootNamespace>Jellyfin.Plugin.SmartNotify</RootNamespace>
<AssemblyVersion>0.0.18.0</AssemblyVersion>
<FileVersion>0.0.18.0</FileVersion>
<AssemblyVersion>0.0.19.0</AssemblyVersion>
<FileVersion>0.0.19.0</FileVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<GenerateDocumentationFile>true</GenerateDocumentationFile>

View File

@@ -8,6 +8,14 @@
"category": "Notifications",
"imageUrl": "",
"versions": [
{
"version": "0.0.19.0",
"changelog": "### Bug Fixes\n\n* fix: debuging\n\n### Chores\n\n* chore: update manifest for v0.0.18",
"targetAbi": "10.11.0.0",
"sourceUrl": "https://git.tdpi.dev/TDPI/jellyfin-plugin-smartnotify/releases/download/v0.0.19/smartnotify_0.0.19.zip",
"checksum": "a79dec5dc65282ff8bb5f130931f9480",
"timestamp": "2026-03-04T17:22:49Z"
},
{
"version": "0.0.18.0",
"changelog": "### Bug Fixes\n\n* fix: build error",