Skip to content

Commit

Permalink
Add package desriptions to new csproj format projects
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersAbel committed Jun 27, 2019
1 parent 992a06f commit f12c8c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<PackageIconUrl>https://raw.github.com/Sustainsys/Saml2/master/nuget/Sustainsys.png</PackageIconUrl>
<Copyright>Copyright © Sustainsys and contributors 2017-2018</Copyright>
<PackageTags>SAML2 authentication AspNet SAML SSO</PackageTags>
<PackageDescription>ASP.NET Core authentication handler for the SAML2 protocol, compatible with Asp.Net Core 2.X</PackageDescription>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions Sustainsys.Saml2/Sustainsys.Saml2.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<PackageIconUrl>https://raw.github.com/Sustainsys/Saml2/master/nuget/Sustainsys.png</PackageIconUrl>
<PackageTags>SAML2 authentication AspNet SAML SSO</PackageTags>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<PackageDescription>SAML2 protocol support. Do not use directly, use the high level package for your platform.</PackageDescription>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down

0 comments on commit f12c8c5

Please sign in to comment.