1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <package xmlns =" http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd" >
3
+ <metadata >
4
+ <id >Sendgrid</id >
5
+ <version >9.10.0</version >
6
+ <title >SendGrid</title >
7
+ <authors >Elmer Thomas,SendGrid DX Team</authors >
8
+ <licenseUrl >https://github.com/sendgrid/sendgrid-csharp/blob/master/LICENSE.txt</licenseUrl >
9
+ <projectUrl >https://github.com/sendgrid/sendgrid-csharp</projectUrl >
10
+ <iconUrl >https://sendgrid.com/wp-content/themes/sgdotcom/pages/resource/brand//2016/SendGrid-Logomark.png</iconUrl >
11
+ <requireLicenseAcceptance >false</requireLicenseAcceptance >
12
+ <description >C# client library and examples for using SendGrid API's to send mail and access Web API v3 endpoints with .NET Standard 1.3 and .NET Core support. Github repo located at : https://github.com/sendgrid/sendgrid-csharp</description >
13
+ <summary >C# client library and examples for using SendGrid API's to send mail and access Web API v3 endpoints with .NET Standard 1.3 and .NET Core support.</summary >
14
+ <releaseNotes >Please see: https://github.com/sendgrid/sendgrid-csharp/releases</releaseNotes >
15
+ <copyright >SendGrid, Inc. 2018</copyright >
16
+ <tags >SendGrid Email Mail Microsoft Azure Transactional .NET Core</tags >
17
+ <dependencies >
18
+ <group targetFramework =" .NETFramework4.0" >
19
+ <dependency id =" Newtonsoft.Json" version =" 9.0.1" />
20
+ <dependency id =" System.Net.Http" version =" 4.3.3" />
21
+ </group >
22
+ <group targetFramework =" .NETStandard1.3" >
23
+ <dependency id =" Newtonsoft.Json" version =" 9.0.1" />
24
+ <dependency id =" Microsoft.AspNetCore.Http.Abstractions" version =" 1.1.2" />
25
+ </group >
26
+ <group targetFramework =" .NETStandard2.0" >
27
+ <dependency id =" Microsoft.AspNetCore.Http.Abstractions" version =" 1.1.2" />
28
+ <dependency id =" Newtonsoft.Json" version =" 9.0.1" />
29
+ </group >
30
+ </dependencies >
31
+ </metadata >
32
+ <files >
33
+ <file src =" ..\src\SendGrid\bin\Release\net452\SendGrid.dll" target =" lib\net452\SendGrid.dll" />
34
+ <file src =" ..\src\SendGrid\bin\Release\net452\SendGrid.pdb" target =" lib\net452\SendGrid.pdb" />
35
+ <file src =" ..\src\SendGrid\bin\Release\net452\SendGrid.xml" target =" lib\net452\SendGrid.xml" />
36
+ <file src =" ..\src\SendGrid\bin\Release\netstandard1.3\SendGrid.dll" target =" lib\netstandard1.3\SendGrid.dll" />
37
+ <file src =" ..\src\SendGrid\bin\Release\netstandard1.3\SendGrid.pdb" target =" lib\netstandard1.3\SendGrid.pdb" />
38
+ <file src =" ..\src\SendGrid\bin\Release\netstandard1.3\SendGrid.xml" target =" lib\netstandard1.3\SendGrid.xml" />
39
+ <file src =" ..\src\SendGrid\bin\Release\netstandard2.0\SendGrid.dll" target =" lib\netstandard2.0\SendGrid.dll" />
40
+ <file src =" ..\src\SendGrid\bin\Release\netstandard2.0\SendGrid.pdb" target =" lib\netstandard2.0\SendGrid.pdb" />
41
+ <file src =" ..\src\SendGrid\bin\Release\netstandard2.0\SendGrid.xml" target =" lib\netstandard2.0\SendGrid.xml" />
42
+ </files >
43
+ </package >
0 commit comments