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 20s
All checks were successful
Create Release PR / Create Release PR (push) Successful in 20s
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
{
|
||||
".": "0.0.17"
|
||||
".": "0.0.18"
|
||||
}
|
||||
@@ -1,5 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 0.0.18 (2026-03-03)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* fix: build error
|
||||
|
||||
|
||||
## 0.0.17 (2026-03-03)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net9.0</TargetFramework>
|
||||
<RootNamespace>Jellyfin.Plugin.SmartNotify</RootNamespace>
|
||||
<AssemblyVersion>0.0.17.0</AssemblyVersion>
|
||||
<FileVersion>0.0.17.0</FileVersion>
|
||||
<AssemblyVersion>0.0.18.0</AssemblyVersion>
|
||||
<FileVersion>0.0.18.0</FileVersion>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
||||
|
||||
@@ -8,6 +8,14 @@
|
||||
"category": "Notifications",
|
||||
"imageUrl": "",
|
||||
"versions": [
|
||||
{
|
||||
"version": "0.0.18.0",
|
||||
"changelog": "### Bug Fixes\n\n* fix: build error",
|
||||
"targetAbi": "10.11.0.0",
|
||||
"sourceUrl": "https://git.tdpi.dev/TDPI/jellyfin-plugin-smartnotify/releases/download/v0.0.18/smartnotify_0.0.18.zip",
|
||||
"checksum": "4b5857ce309974f8e64ab81885d9b67d",
|
||||
"timestamp": "2026-03-03T13:53:53Z"
|
||||
},
|
||||
{
|
||||
"version": "0.0.16.0",
|
||||
"changelog": "### Bug Fixes\n\n* fix: ist das wirklich ein Fix und kein defix?\n\n### Chores\n\n* chore: update manifest for v0.0.15",
|
||||
|
||||
Reference in New Issue
Block a user