Skip to content

Commit

Permalink
Update nuspec descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersAbel committed Nov 22, 2018
1 parent 6c3f2e1 commit 1af0e10
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 0 additions & 2 deletions Sustainsys.Saml2.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions nuget/Sustainsys.Saml2.HttpModule.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
<projectUrl>https://github.com/Sustainsys/Saml2</projectUrl>
<iconUrl>https://raw.github.com/Sustainsys/Saml2/master/nuget/Sustainsys.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>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.</summary>
<summary>A SAML2 Service Provider for ASP.NET. The package adds an Http module for SAML2 Authentication.</summary>
<description>
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.
</description>
<copyright>Copyright Sustainsys and contributors 2013-2019</copyright>
<copyright>Copyright Sustainsys and contributors 2013-2018</copyright>
<tags>SAML2 authentication AspNet SAML SSO</tags>
<releaseNotes />
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions nuget/Sustainsys.Saml2.Mvc.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
<projectUrl>https://github.com/Sustainsys/Saml2</projectUrl>
<iconUrl>https://raw.github.com/Sustainsys/Saml2/master/nuget/Sustainsys.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>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.</summary>
<summary>A SAML2 Service Provider for ASP.NET MVC. The package adds an MVC controller that handles SAML SignIn and SignOut.</summary>
<description>
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.
</description>
<copyright>Copyright Sustainsys and contributors 2013-2018</copyright>
<tags>SAML2 authentication AspNet SAML SSO AspNetMvc Mvc</tags>
Expand Down

0 comments on commit 1af0e10

Please sign in to comment.