-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathHttpHelper.nuspec
20 lines (20 loc) · 978 Bytes
/
HttpHelper.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version='1.0'?>
<package xmlns='http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd'>
<metadata>
<id>HttpHelper</id>
<version>0.11.1-alpha</version>
<title/>
<authors>Outercurve Foundation</authors>
<owners>Prabir Shrestha</owners>
<description>Mockable HTTP Helper for.NET2.0+/SL4+/WP7/WinRT (supports Task Parallel Library/async/await)</description>
<language>en-US</language>
<licenseUrl>https://github.com/facebook-csharp-sdk/http-helper/blob/master/LICENSE.txt</licenseUrl>
<projectUrl>https://github.com/facebook-csharp-sdk/http-helper</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<tags>HttpHelper web REST HTTP API services wrapper FluentHttp</tags>
</metadata>
<files>
<file src="HttpHelper.cs.pp" target="content\HttpHelper.cs.pp" />
<file src="readme.txt" target="readme.txt" />
</files>
</package>