Skip to content

Commit 39fc602

Browse files
authored
Merge pull request #4 from PureKrome/dev
New HttpMessageOptions class and AppVeyor changes.
2 parents b5200de + 523065c commit 39fc602

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
3+
<metadata>
4+
<id>WorldDomination.HttpClient.Helpers</id>
5+
<version>$version$</version>
6+
<title>HttpClient helpers for System.Net.Http.HttpClient</title>
7+
<authors>Justin Adler</authors>
8+
<owners>Justin Adler</owners>
9+
<licenseUrl>https://raw.githubusercontent.com/PureKrome/HttpClient.Helpers/master/LICENSE</licenseUrl>
10+
<projectUrl>https://github.com/PureKrome/HttpClient.Helpers</projectUrl>
11+
<iconUrl>http://i.imgur.com/bR4Yf.jpg</iconUrl>
12+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
13+
<description>Some simple System.Net.Http.HttpClient helpers to help with your unit tests or when you don't really want to call the endpoint.</description>
14+
<summary>Some simple System.Net.Http.HttpClient helpers.</summary>
15+
<copyright>2014</copyright>
16+
<language>en-AU</language>
17+
<tags>httpclient worlddomination worldomination unicorn magicalunicorn magical-unicorn</tags>
18+
<dependencies>
19+
<dependency id="Microsoft.Net.Http" version="[2.2.29, 3.0.0)" />
20+
</dependencies>
21+
</metadata>
22+
<files>
23+
<file src="bin\Release\WorldDomination.HttpClient.Helpers.dll" target="lib\net45\WorldDomination.HttpClient.Helpers.dll" />
24+
</files>
25+
</package>

0 commit comments

Comments
 (0)