forked from djmc/SimpleOAuth.Net
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathSimpleOAuth.Net.nuspec
28 lines (28 loc) · 1.54 KB
/
SimpleOAuth.Net.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0"?>
<package >
<metadata>
<id>SimpleOAuth.Net</id>
<version>1.0.1</version>
<authors>Daniel McKenzie and Chris Benard</authors>
<owners>Daniel McKenzie and Chris Benard</owners>
<licenseUrl>https://github.com/cbenard/SimpleOAuth.Net/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/cbenard/SimpleOAuth.Net</projectUrl>
<iconUrl>http://chrisbenard.net/downloads/oauthlogo.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>OAuth libraries come in all shapes and sizes, however in the .Net land, they only come in one - extra large. This library is made to rectify that. It's a small (~15kb) library, with no dependencies that lets you create WebRequest's and sign them to your hearts content.</description>
<releaseNotes>Initial NuGet release</releaseNotes>
<copyright>Copyright 2012</copyright>
<tags>oauth simpleoauth simpleoauth.net</tags>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System" />
<frameworkAssembly assemblyName="System.Core" />
<frameworkAssembly assemblyName="mscorlib.Extensions" targetFramework="sl4-windowsphone71" />
<frameworkAssembly assemblyName="System.Net" targetFramework="sl4-windowsphone71" />
<frameworkAssembly assemblyName="System.Windows" targetFramework="sl4-windowsphone71" />
</frameworkAssemblies>
</metadata>
<files>
<file src="SimpleOauth\bin\Release\*.*" target="lib\net20" />
<file src="SimpleOauth.WP.Mango\bin\Release\*.*" target="lib\sl4-windowsphone71" />
</files>
</package>