-
Notifications
You must be signed in to change notification settings - Fork 235
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
33 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
29 changes: 29 additions & 0 deletions
29
src/Owin.Security.Providers.Orcid/Owin.Security.Providers.Orcid.nuspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?xml version="1.0"?> | ||
<package > | ||
<metadata> | ||
<id>Owin.Security.Providers.Orcid</id> | ||
<version>1.0.0</version> | ||
<authors>Rick Zakharov</authors> | ||
<owners>RickZee</owners> | ||
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl> | ||
<projectUrl>https://github.com/RickZee/OwinOAuthProviders</projectUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description> | ||
Adds ORCID OAuth provider for OWIN to use with ASP.NET | ||
</description> | ||
<summary> | ||
Providers have now been split into their own packages from Owin.Security.Providers | ||
</summary> | ||
<releaseNotes> | ||
</releaseNotes> | ||
<copyright>Copyright 2016</copyright> | ||
<tags>owin katana oauth LinkedIn</tags> | ||
<dependencies> | ||
<dependency id="Microsoft.Owin.Security" version="2.1.0" /> | ||
<dependency id="Newtonsoft.Json" version="6.0.1" /> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="bin\Release\Owin.Security.Providers.Orcid.dll" target="lib\net45" /> | ||
</files> | ||
</package> |