chore(main): release 0.0.4
All checks were successful
Create Release / Publish Release (pull_request) Successful in 6s
All checks were successful
Create Release / Publish Release (pull_request) Successful in 6s
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
{
|
||||
".": "0.0.3"
|
||||
".": "0.0.4"
|
||||
}
|
||||
@@ -1,5 +1,13 @@
|
||||
# Changelog
|
||||
|
||||
## 0.0.4 (2026-03-01)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* fix: json fehler
|
||||
* fix: Dumme Readme
|
||||
|
||||
|
||||
## 0.0.3 (2026-03-01)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net9.0</TargetFramework>
|
||||
<RootNamespace>Jellyfin.Plugin.SmartNotify</RootNamespace>
|
||||
<AssemblyVersion>0.0.3.0</AssemblyVersion>
|
||||
<FileVersion>0.0.3.0</FileVersion>
|
||||
<AssemblyVersion>0.0.4.0</AssemblyVersion>
|
||||
<FileVersion>0.0.4.0</FileVersion>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
||||
|
||||
Reference in New Issue
Block a user