chore(main): release 0.0.6

This commit is contained in:
Gitea Actions
2026-03-01 15:53:46 +00:00
parent a364bd2fc0
commit 50a124e77d
3 changed files with 15 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
{
".": "0.0.5"
".": "0.0.6"
}

View File

@@ -1,5 +1,17 @@
# Changelog
## 0.0.6 (2026-03-01)
### Bug Fixes
* fix: removed Claudes dummes gefriemel
* fix: notSupported
### Chores
* chore: update manifest for v0.0.5
## 0.0.5 (2026-03-01)
### Bug Fixes

View File

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