fix: restore correct package versions and update targetAbi to 10.11.0.0
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
09a9565b7f
commit
b4035843eb
|
|
@ -75,6 +75,12 @@ jobs:
|
|||
- name: Install jprm
|
||||
run: pip install jprm --break-system-packages
|
||||
|
||||
- name: Rename artifacts
|
||||
run: |
|
||||
VER="${GITHUB_REF_NAME#v}"
|
||||
mv artifacts/build-net9/*.zip "artifacts/build-net9/Jellyfin-AutoBackup-${VER}-10.11.x.zip"
|
||||
mv artifacts/build-net10/*.zip "artifacts/build-net10/Jellyfin-AutoBackup-${VER}-12.0.x.zip"
|
||||
|
||||
- name: Update manifest.json
|
||||
run: |
|
||||
jprm repo add \
|
||||
|
|
|
|||
|
|
@ -17,17 +17,17 @@
|
|||
|
||||
<!-- Jellyfin v10 (net9.0) -->
|
||||
<ItemGroup Condition="'$(TargetFramework)' == 'net9.0'">
|
||||
<PackageReference Include="Jellyfin.Common" Version="10.11.*" ExcludeAssets="runtime" />
|
||||
<PackageReference Include="Jellyfin.Common" Version="10.11.*" ExcludeAssets="runtime" />
|
||||
<PackageReference Include="Jellyfin.Controller" Version="10.11.*" ExcludeAssets="runtime" />
|
||||
<PackageReference Include="Jellyfin.Model" Version="10.11.*" ExcludeAssets="runtime" />
|
||||
<PackageReference Include="Jellyfin.Model" Version="10.11.*" ExcludeAssets="runtime" />
|
||||
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.*" ExcludeAssets="runtime" />
|
||||
</ItemGroup>
|
||||
|
||||
<!-- Jellyfin v12 (net10.0) -->
|
||||
<ItemGroup Condition="'$(TargetFramework)' == 'net10.0'">
|
||||
<PackageReference Include="Jellyfin.Common" Version="12.*-*" ExcludeAssets="runtime" />
|
||||
<PackageReference Include="Jellyfin.Common" Version="12.*-*" ExcludeAssets="runtime" />
|
||||
<PackageReference Include="Jellyfin.Controller" Version="12.*-*" ExcludeAssets="runtime" />
|
||||
<PackageReference Include="Jellyfin.Model" Version="12.*-*" ExcludeAssets="runtime" />
|
||||
<PackageReference Include="Jellyfin.Model" Version="12.*-*" ExcludeAssets="runtime" />
|
||||
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="10.*" ExcludeAssets="runtime" />
|
||||
</ItemGroup>
|
||||
|
||||
|
|
|
|||
|
|
@ -9,5 +9,5 @@ category: "General"
|
|||
imageUrl: "https://gitea.home.filtik.de/Filtik/Jellyfin-AutoBackup/raw/branch/main/images/logo.png"
|
||||
artifacts:
|
||||
- "Jellyfin.Plugin.AutoBackup.dll"
|
||||
targetAbi: "10.9.0.0"
|
||||
targetAbi: "10.11.0.0"
|
||||
changelog: ""
|
||||
|
|
|
|||
Loading…
Reference in New Issue