chore(main): release 0.0.19
All checks were successful
Create Release / Publish Release (pull_request) Successful in 9s

This commit is contained in:
Gitea Actions
2026-03-04 17:21:39 +00:00
parent 27da8c90f7
commit bae22c908f
3 changed files with 14 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>