Flurl/Flurl.Http/Flurl.Http.nuspec
2014-05-04 14:03:28 -05:00

18 lines
548 B
XML

<?xml version="1.0"?>
<package >
<metadata>
<id>Flurl.Http</id>
<version>0.1.0</version>
<title>Flurl.Http</title>
<authors>Todd Menier</authors>
<projectUrl>http://tmenier.github.io/Flurl</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
Simple, testable HTTP extentions off Flurl's fluent URL builder chain.
</description>
<releaseNotes />
<copyright>Copyright 2014</copyright>
<tags>httpclient rest json http fluent portable url uri testing tdd assert</tags>
</metadata>
</package>