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

This commit is contained in:
Gitea Actions
2026-03-03 13:51:42 +00:00
parent 7fadc75c84
commit 76fb874b4d
3 changed files with 10 additions and 3 deletions

View File

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

View File

@@ -1,5 +1,12 @@
# Changelog
## 0.0.18 (2026-03-03)
### Bug Fixes
* fix: build error
## 0.0.17 (2026-03-03)
### Bug Fixes

View File

@@ -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>