forked from j6mes/httplib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHttpLib.nuspec
43 lines (36 loc) · 2.75 KB
/
HttpLib.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>HttpLib</id>
<version>0.0.0.0</version>
<title>HttpLib</title>
<authors>James Thorne (@j6mes)</authors>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>
<projectUrl>http://jthorne.co.uk</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>HttpLib is a free (Apache 2.0 License) web request helper for .Net that makes it easier for developers to access and download resources from the internet.</summary>
<description>HttpLib is a free (Apache 2.0 License) web request helper for .Net that makes it easier for developers to access and download resources from the internet.
- Supports most HTTP Verbs: GET / POST / PUT / DELETE and more
- Upload and download files to disk
- Progress monitor for file uploads/downloads
- Completely asynchronous operation
</description>
<releaseNotes>Now Compatable for Windows 8 Apps</releaseNotes>
</metadata>
<files>
<file src="JumpKick.HttpLib\JumpKick.HttpLib\bin\Debug\JumpKick.HttpLib.dll" target="lib\net45" />
<file src="JumpKick.HttpLib\JumpKick.HttpLib\bin\Debug\JumpKick.HttpLib.pdb" target="lib\net45" />
<file src="JumpKick.HttpLib\JumpKick.HttpLib.Portable\bin\Debug\JumpKick.HttpLib.Portable.dll" target="lib\netcore45" />
<file src="JumpKick.HttpLib\JumpKick.HttpLib.Portable\bin\Debug\JumpKick.HttpLib.Portable.pdb" target="lib\netcore45" />
<file src="JumpKick.HttpLib\JumpKick.HttpLib.Portable\bin\Debug\JumpKick.HttpLib.Portable.dll" target="lib\netcore451" />
<file src="JumpKick.HttpLib\JumpKick.HttpLib.Portable\bin\Debug\JumpKick.HttpLib.Portable.pdb" target="lib\netcore451" />
<file src="JumpKick.HttpLib\JumpKick.HttpLib.Portable\bin\Debug\JumpKick.HttpLib.Portable.dll" target="lib\wp81" />
<file src="JumpKick.HttpLib\JumpKick.HttpLib.Portable\bin\Debug\JumpKick.HttpLib.Portable.pdb" target="lib\wp81" />
<file src="JumpKick.HttpLib\JumpKick.HttpLib.Portable\bin\Debug\JumpKick.HttpLib.Portable.dll" target="lib\wp8" />
<file src="JumpKick.HttpLib\JumpKick.HttpLib.Portable\bin\Debug\JumpKick.HttpLib.Portable.pdb" target="lib\wp8" />
<file src="JumpKick.HttpLib\JumpKick.HttpLib.Portable\bin\Debug\JumpKick.HttpLib.Portable.dll" target="lib\wpa81" />
<file src="JumpKick.HttpLib\JumpKick.HttpLib.Portable\bin\Debug\JumpKick.HttpLib.Portable.pdb" target="lib\wpa81" />
<file src="JumpKick.HttpLib\JumpKick.HttpLib.Silverlight\Bin\Debug\JumpKick.HttpLib.Silverlight.dll" target="lib\sl50" />
<file src="JumpKick.HttpLib\JumpKick.HttpLib.Silverlight\Bin\Debug\JumpKick.HttpLib.Silverlight.pdb" target="lib\sl50" />
</files>
</package>