This commit is contained in:
CodeDevMLH
2025-12-14 23:53:15 +01:00
parent 8093922211
commit c867c892de
3 changed files with 7 additions and 5 deletions

View File

@@ -1,7 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<JellyfinVersion>10.11.0</JellyfinVersion>
<TargetFramework Condition="$(JellyfinVersion.StartsWith('10.11'))">net9.0</TargetFramework>
<TargetFramework Condition="!$(JellyfinVersion.StartsWith('10.11'))">net8.0</TargetFramework>
<RootNamespace>Jellyfin.Plugin.Seasonals</RootNamespace>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
@@ -16,10 +18,10 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Jellyfin.Controller" Version="10.11.0" >
<PackageReference Include="Jellyfin.Controller" Version="$(JellyfinVersion)">
<ExcludeAssets>runtime</ExcludeAssets>
</PackageReference>
<PackageReference Include="Jellyfin.Model" Version="10.11.0">
<PackageReference Include="Jellyfin.Model" Version="$(JellyfinVersion)">
<ExcludeAssets>runtime</ExcludeAssets>
</PackageReference>
</ItemGroup>

View File

@@ -13,8 +13,8 @@
"changelog": "Initial release",
"targetAbi": "10.9.0.0",
"sourceUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/Jellyfin-Seasonals-Plugin/raw/branch/main/bin/Publish/Jellyfin.Plugin.Seasonals.zip",
"checksum": "1f653f381368fd7335ce6e4846d3d7aa",
"timestamp": "2025-12-14T21:30:02Z"
"checksum": "f7e8c352385768c118d1577d09dcff7e",
"timestamp": "2025-12-14T22:50:50Z"
}
]
}