Skip to content
This repository has been archived by the owner on Feb 6, 2025. It is now read-only.

Commit

Permalink
Setup nuget package metadata (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellenfieldn authored May 12, 2019
1 parent 45d8204 commit 1cc8247
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<Description>Full .Net Core implementation of WsFederation for IdentityServer4 and asp.net core.</Description>
<Authors>Nathan Ellenfield</Authors>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Copyright>© Nathan Ellenfield. All rights reserved.</Copyright>
<PackageLicenseUrl>https://github.com/ellenfieldn/IdentityServer4.WsFederation/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/ellenfieldn/IdentityServer4.WsFederation</PackageProjectUrl>
<RepositoryUrl>https://github.com/ellenfieldn/IdentityServer4.WsFederation</RepositoryUrl>
<PackageReleaseNotes>Initial Alpha Release - Support for signin workflow</PackageReleaseNotes>
<PackageTags>IdentityServer IdentityServer4 WsFederation Ws-Federation Identity Security Authentication Federation</PackageTags>
<Version>0.1.0</Version>
<PackageId>IdentityServer4.Contrib.WsFederation</PackageId>
<AssemblyVersion>0.1.0.0</AssemblyVersion>
<FileVersion>0.1.0.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 1cc8247

Please sign in to comment.