diff --git a/Sustainsys.Saml2.sln b/Sustainsys.Saml2.sln
index cd744dbd9..1d1a1ff8b 100644
--- a/Sustainsys.Saml2.sln
+++ b/Sustainsys.Saml2.sln
@@ -21,10 +21,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "nuget", "nuget", "{8EE1C45E
nuget\MakePackage.ps1 = nuget\MakePackage.ps1
nuget\ReleaseNotes.txt = nuget\ReleaseNotes.txt
nuget\Sustainsys.png = nuget\Sustainsys.png
- nuget\Sustainsys.Saml2.AspNetCore2.nuspec = nuget\Sustainsys.Saml2.AspNetCore2.nuspec
nuget\Sustainsys.Saml2.HttpModule.nuspec = nuget\Sustainsys.Saml2.HttpModule.nuspec
nuget\Sustainsys.Saml2.Mvc.nuspec = nuget\Sustainsys.Saml2.Mvc.nuspec
- nuget\Sustainsys.Saml2.nuspec = nuget\Sustainsys.Saml2.nuspec
nuget\Sustainsys.Saml2.Owin.nuspec = nuget\Sustainsys.Saml2.Owin.nuspec
EndProjectSection
EndProject
diff --git a/nuget/Sustainsys.Saml2.HttpModule.nuspec b/nuget/Sustainsys.Saml2.HttpModule.nuspec
index 29b6d09b7..982803d45 100644
--- a/nuget/Sustainsys.Saml2.HttpModule.nuspec
+++ b/nuget/Sustainsys.Saml2.HttpModule.nuspec
@@ -10,11 +10,11 @@
https://github.com/Sustainsys/Saml2
https://raw.github.com/Sustainsys/Saml2/master/nuget/Sustainsys.png
false
- A SAML2 Service Provider for ASP.NET. The package adds an Http module for SAML2 Authentication. It is built on top of the claims model of .NET 4.5 and uses the present infrastructure for claims translation, session authentication cookies etc.
+ A SAML2 Service Provider for ASP.NET. The package adds an Http module for SAML2 Authentication.
- A SAML2 Http Module for ASP.NET. Install in project and add sections to web.config. No coding required. The package adds an ASP.NET Http Authentication Module that handles the SAML SignIn and SignOut. It works with the claims model of .NET 4.5 and uses the present infrastructure for claims translation, session authentication cookies etc.
+ A SAML2 Http Module for ASP.NET. Install in project and add sections to web.config. No coding required. The package adds an ASP.NET Http Authentication Module that handles SAML SignIn and SignOut. It works with the claims model of .NET 4.6.1 and uses the present infrastructure for claims translation, session authentication cookies etc.
- Copyright Sustainsys and contributors 2013-2019
+ Copyright Sustainsys and contributors 2013-2018
SAML2 authentication AspNet SAML SSO
diff --git a/nuget/Sustainsys.Saml2.Mvc.nuspec b/nuget/Sustainsys.Saml2.Mvc.nuspec
index 27dff504f..da03170f0 100644
--- a/nuget/Sustainsys.Saml2.Mvc.nuspec
+++ b/nuget/Sustainsys.Saml2.Mvc.nuspec
@@ -10,9 +10,9 @@
https://github.com/Sustainsys/Saml2
https://raw.github.com/Sustainsys/Saml2/master/nuget/Sustainsys.png
false
- A SAML2 Service Provider for ASP.NET MVC. The package adds an MVC controller that handles the SAML SignIn and SignOut. It is built on top of the claims model of .NET 4.5 and uses the present infrastructure for claims translation, session authentication cookies etc.
+ A SAML2 Service Provider for ASP.NET MVC. The package adds an MVC controller that handles SAML SignIn and SignOut.
- A SAML2 Service Provider for ASP.NET MVC. Install in project and add sections to web.config. No coding required. The package adds an MVC controller that handles the SAML SignIn and SignOut. It works with the claims model of .NET 4.5 and uses the present infrastructure for claims translation, session authentication cookies etc.
+ A SAML2 Service Provider for ASP.NET MVC. Install in project and add sections to web.config. No coding required. The package adds an MVC controller that handles SAML SignIn and SignOut. It works with the claims model of .NET 4.6.1 and uses the present infrastructure for claims translation, session authentication cookies etc.
Copyright Sustainsys and contributors 2013-2018
SAML2 authentication AspNet SAML SSO AspNetMvc Mvc