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

This commit is contained in:
Gitea Actions
2026-04-03 15:41:18 +00:00
parent b1444094ad
commit 8d93c17bde
3 changed files with 16 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
{
".": "0.1.0"
".": "0.1.1"
}

View File

@@ -1,5 +1,18 @@
# Changelog
## 0.1.1 (2026-04-03)
### Bug Fixes
* fix: unknown series
### Chores
* chore: workflow fix
* chore: removed old versions
* chore: update manifest for v0.1.0
## 0.1.0 (2026-03-05)
## 0.1.0 (2026-03-05)

View File

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