1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <package xmlns =" http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd" >
3
+ <metadata >
4
+ <id >SendGrid.CSharp.HTTP.Client</id >
5
+ <version >3.1.0</version >
6
+ <title >Fluent REST API Client</title >
7
+ <authors >Elmer Thomas,SendGrid DX Team</authors >
8
+ <licenseUrl >https://github.com/sendgrid/csharp-http-client/blob/master/LICENSE</licenseUrl >
9
+ <projectUrl >https://github.com/sendgrid/csharp-http-client</projectUrl >
10
+ <iconUrl >https://sendgrid.com/wp-content/themes/sgdotcom/pages/brand/2016/SendGrid-Logomark.png</iconUrl >
11
+ <requireLicenseAcceptance >false</requireLicenseAcceptance >
12
+ <description >Quickly and easily access any REST or REST-like API using a fluent interface via method chaining and reflection.</description >
13
+ <summary >Quickly and easily access any REST or REST-like API.</summary >
14
+ <releaseNotes >### Added
15
+ - [PR #18](https://github.com/sendgrid/csharp-http-client/pull/18): Cache default httpclient
16
+ - Big thanks to [Niels Timmermans](https://github.com/nillis) for the pull request!</releaseNotes >
17
+ <copyright >Copyright 2017</copyright >
18
+ <language >en-US</language >
19
+ <tags >SendGrid Email API REST Fluent</tags >
20
+ <frameworkAssemblies >
21
+ <frameworkAssembly assemblyName =" System.Web.Extensions" targetFramework =" " />
22
+ </frameworkAssemblies >
23
+ </metadata >
24
+ <files >
25
+ <file src =" ..\CSharpHTTPClient\bin\Release\SendGrid.CSharp.HTTP.Client.dll" target =" lib\SendGrid.CSharp.HTTP.Client.dll" />
26
+ <file src =" ..\CSharpHTTPClient\bin\Release\SendGrid.CSharp.HTTP.Client.dll.config" target =" lib\SendGrid.CSharp.HTTP.Client.dll.config" />
27
+ <file src =" ..\CSharpHTTPClient\bin\Release\SendGrid.CSharp.HTTP.Client.pdb" target =" lib\SendGrid.CSharp.HTTP.Client.pdb" />
28
+ </files >
29
+ </package >
0 commit comments