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

This commit is contained in:
Gitea Actions
2026-03-01 15:09:09 +00:00
parent 3005b264e5
commit 39e7ecaad6
3 changed files with 10 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
{ {
".": "0.0.1" ".": "0.0.2"
} }

View File

@@ -1,5 +1,12 @@
# Changelog # Changelog
## 0.0.2 (2026-03-01)
### Bug Fixes
* fix: switch to net9!
## 0.0.1 (2026-03-01) ## 0.0.1 (2026-03-01)
### Bug Fixes ### Bug Fixes

View File

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