From f12c8c5c0012c2d87f5a9e980dc68002ea9d0252 Mon Sep 17 00:00:00 2001 From: Anders Abel Date: Thu, 27 Jun 2019 16:16:58 +0200 Subject: [PATCH] Add package desriptions to new csproj format projects --- Sustainsys.Saml2.AspNetCore2/Sustainsys.Saml2.AspNetCore2.csproj | 1 + Sustainsys.Saml2/Sustainsys.Saml2.csproj | 1 + 2 files changed, 2 insertions(+) diff --git a/Sustainsys.Saml2.AspNetCore2/Sustainsys.Saml2.AspNetCore2.csproj b/Sustainsys.Saml2.AspNetCore2/Sustainsys.Saml2.AspNetCore2.csproj index 2872b173e..d8730f55d 100644 --- a/Sustainsys.Saml2.AspNetCore2/Sustainsys.Saml2.AspNetCore2.csproj +++ b/Sustainsys.Saml2.AspNetCore2/Sustainsys.Saml2.AspNetCore2.csproj @@ -9,6 +9,7 @@ https://raw.github.com/Sustainsys/Saml2/master/nuget/Sustainsys.png Copyright © Sustainsys and contributors 2017-2018 SAML2 authentication AspNet SAML SSO + ASP.NET Core authentication handler for the SAML2 protocol, compatible with Asp.Net Core 2.X diff --git a/Sustainsys.Saml2/Sustainsys.Saml2.csproj b/Sustainsys.Saml2/Sustainsys.Saml2.csproj index ea1a7fc7b..cacbda78c 100644 --- a/Sustainsys.Saml2/Sustainsys.Saml2.csproj +++ b/Sustainsys.Saml2/Sustainsys.Saml2.csproj @@ -9,6 +9,7 @@ https://raw.github.com/Sustainsys/Saml2/master/nuget/Sustainsys.png SAML2 authentication AspNet SAML SSO false + SAML2 protocol support. Do not use directly, use the high level package for your platform.