22<package xmlns =" http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd" >
33 <metadata >
44 <id >SendGrid.SmtpApi</id >
5- <version >1.3.2 </version >
5+ <version >1.3.3 </version >
66 <authors >Brandon West,Elmer Thomas</authors >
77 <owners >Brandon West</owners >
88 <projectUrl >https://github.com/sendgrid/smtpapi-csharp</projectUrl >
99 <iconUrl >https://sendgrid.com/wp-content/themes/sgdotcom/pages/brand/2016/SendGrid-Logomark.png</iconUrl >
1010 <requireLicenseAcceptance >false</requireLicenseAcceptance >
1111 <description >Easily build SendGrid SMTPAPI headers.</description >
1212 <summary >Easily build SendGrid SMTPAPI headers.</summary >
13- <releaseNotes />
13+ <releaseNotes >### Updated
14+ - Pull request #28: Added Newtonsoft.Json as a package dependency in the nuspec file.
15+ - Thanks to [webster354](https://github.com/webster354) for the PR!</releaseNotes >
1416 <copyright >Copyright SendGrid, Inc. 2017</copyright >
1517 <tags >smtpapi sendgrid email</tags >
16- <dependencies >
17- <dependency id =" Newtonsoft.Json" version =" 9.0.0 " />
18- </dependencies >
18+ <dependencies >
19+ <dependency id =" Newtonsoft.Json" version =" 9.0.1 " />
20+ </dependencies >
1921 </metadata >
2022 <files >
21- <file src =" lib\SendGrid.SmtpApi.dll" target =" lib\SendGrid.SmtpApi.dll" />
22- <file src =" lib\SendGrid.SmtpApi.dll.config" target =" lib\SendGrid.SmtpApi.dll.config" />
23- <file src =" lib\SendGrid.SmtpApi.pdb" target =" lib\SendGrid.SmtpApi.pdb" />
23+ <file src =" ..\Smtpapi\bin\Release\SendGrid.SmtpApi.dll" target =" lib\SendGrid.SmtpApi.dll" />
24+ <file src =" ..\Smtpapi\bin\Release\SendGrid.SmtpApi.dll.config" target =" lib\SendGrid.SmtpApi.dll.config" />
25+ <file src =" ..\Smtpapi\bin\Release\SendGrid.SmtpApi.pdb" target =" lib\SendGrid.SmtpApi.pdb" />
26+ <file src =" ..\Smtpapi\bin\Release\SendGrid.SmtpApi.xml" target =" lib\SendGrid.SmtpApi.xml" />
2427 </files >
2528</package >
0 commit comments