forked from anaisbetts/ModernHttpClient
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ModernHttpClient.nuspec
20 lines (19 loc) · 908 Bytes
/
ModernHttpClient.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/2011/08/nuspec.xsd">
<metadata>
<version>1.2.0</version>
<authors>Paul Betts</authors>
<owners>Paul Betts</owners>
<licenseUrl>https://github.com/paulcbetts/ModernHttpClient/blob/master/COPYING</licenseUrl>
<projectUrl>https://github.com/paulcbetts/ModernHttpClient</projectUrl>
<id>modernhttpclient</id>
<title>ModernHttpClient</title>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Write your app using System.Net.Http, but drop this library in and it will go drastically faster.</description>
<summary>Write your app using System.Net.Http, but drop this library in and it will go drastically faster.</summary>
<copyright>Copyright Paul Betts © 2012</copyright>
</metadata>
<files>
<file src="build/**/*.*" target="lib" />
</files>
</package>