Skip to content

Commit 8baa922

Browse files
committed
Manifest should be for 4.0.0.0 / JF10.11
1 parent 0738ad8 commit 8baa922

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

SSO-Auth/SSO-Auth.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<PropertyGroup>
44
<TargetFramework>net9.0</TargetFramework>
55
<RootNamespace>Jellyfin.Plugin.SSO_Auth</RootNamespace>
6-
<AssemblyVersion>3.5.2.4</AssemblyVersion>
7-
<FileVersion>3.5.3.0</FileVersion>
6+
<AssemblyVersion>4.0.0.0</AssemblyVersion>
7+
<FileVersion>4.0.0.0</FileVersion>
88
<GenerateDocumentationFile>true</GenerateDocumentationFile>
99
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
1010
</PropertyGroup>

build.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: "SSO Authentication"
22
guid: "505ce9d1-d916-42fa-86ca-673ef241d7df"
33
imageUrl: "https://raw.githubusercontent.com/9p4/jellyfin-plugin-sso/main/img/logo.png"
4-
version: "3.5.3.0"
5-
targetAbi: "10.9.0.0"
6-
framework: "net8.0"
4+
version: "4.0.0.0"
5+
targetAbi: "10.11.0.0"
6+
framework: "net9.0"
77
owner: "9p4"
88
overview: "Authenticate users against an SSO provider."
99
description: |
@@ -15,6 +15,7 @@ artifacts:
1515
- "Duende.IdentityModel.OidcClient.dll"
1616
- "Duende.IdentityModel.dll"
1717
changelog: |
18+
4.0.0.0: Jellyfin 10.11
1819
3.5.3.0: Allow for OID-provided avatars, various bugfixes and workarounds
1920
3.5.2.4: Updates for Jellyfin 10.9
2021
3.5.2.3: Improve OpenID discovery policy security rules, fix iOS login bugs related to cache

0 commit comments

Comments
 (0)