Release + docs

This commit is contained in:
Sambhav Saggi
2022-01-23 17:03:22 -05:00
parent bab3ee1a4b
commit 54f9251f19
3 changed files with 8 additions and 4 deletions
+2
View File
@@ -10,6 +10,8 @@ This is 100% alpha software! PRs are welcome to improve the code.
There is NO admin configuration! You must use the API to configure the program!
**This is for Jellyfin 10.8**
## Tested Providers
- Google OpenID: Works, but usernames are all numeric
+2 -2
View File
@@ -3,8 +3,8 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<RootNamespace>Jellyfin.Plugin.SSO_Auth</RootNamespace>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<FileVersion>1.0.0.0</FileVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<FileVersion>2.0.0.0</FileVersion>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
</PropertyGroup>
+4 -2
View File
@@ -1,7 +1,7 @@
name: "SSO Authentication"
guid: "505ce9d1-d916-42fa-86ca-673ef241d7df"
imageUrl: "https://raw.githubusercontent.com/9p4/jellyfin-plugin-sso/main/img/logo.png"
version: "1"
version: "2"
targetAbi: "10.8.0.0"
framework: "net6.0"
owner: "9p4"
@@ -13,4 +13,6 @@ category: "Authentication"
artifacts:
- "SSO-Auth.dll"
- "IdentityModel.OidcClient.dll"
changelog: "2022-01-16: Initial Release"
changelog: |
2.0.0.0: Add RBAC and Google support
1.0.0.0: Initial Release