modified nuspec
This commit is contained in:
parent
17235ff7b6
commit
e3745bcca5
@ -7,7 +7,10 @@
|
||||
<authors>Todd Menier</authors>
|
||||
<projectUrl>https://github.com/tmenier/flurl</projectUrl>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<description>Fluent URL builder for .NET</description>
|
||||
<description>A fluent URL builder. Example:
|
||||
|
||||
"http://www.api.com".AppendPathSegment("endpoint").SetQueryParams(new { api_key = key, max_results = 20});
|
||||
</description>
|
||||
<copyright>Copyright 2014</copyright>
|
||||
<tags>fluent url uri querystring builder</tags>
|
||||
</metadata>
|
||||
|
Loading…
x
Reference in New Issue
Block a user