forked from titarenko/OAuth2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOAuth2.nuspec
22 lines (22 loc) · 1.36 KB
/
OAuth2.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>OAuth2</id>
<version>$version$</version>
<authors>Constantin Titarenko,Andrew Semack and others</authors>
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
<projectUrl>https://github.com/titarenko/OAuth2</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Allows you to perform user authentication via Facebook, Foursquare, GitHub, Google, Instagram, LinkedIn, MailRu, Odnoklassniki, Salesforce, Twitter, VK (Vkontakte), Windows Live, Yandex just in two method calls.</description>
<summary>Easy to use (just 2 method calls) and well documented OAuth2/OAuth client with comprehensive list of supported providers.</summary>
<releaseNotes>Added Salesforce client.</releaseNotes>
<tags>OAuth2, OAuth, Facebook, Foursquare, GitHub, Google, Instagram, LinkedIn, MailRu, Odnoklassniki, Twitter, VK (Vkontakte), Windows Live, Yandex</tags>
<dependencies>
<dependency id="RestSharp" version="103.4" />
<dependency id="Newtonsoft.Json" version="4.5.7" />
</dependencies>
</metadata>
<files>
<file src="OAuth2\bin\Release\OAuth2.dll" target="lib\OAuth2.dll" />
</files>
</package>