|
2 | 2 | <package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd"> |
3 | 3 | <metadata> |
4 | 4 | <id>Sendgrid</id> |
5 | | - <version>9.6.0</version> |
| 5 | + <version>9.6.1</version> |
6 | 6 | <title>SendGrid</title> |
7 | 7 | <authors>Elmer Thomas,SendGrid DX Team</authors> |
8 | 8 | <licenseUrl>https://github.com/sendgrid/sendgrid-csharp/blob/master/MIT.LICENSE</licenseUrl> |
|
11 | 11 | <requireLicenseAcceptance>false</requireLicenseAcceptance> |
12 | 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 | 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>## Added |
15 | | -- Pull #497: Transient Fault Handling |
16 | | -- Thanks to [Dylan Morley](https://github.com/dylan-asos) for the PR!</releaseNotes> |
| 14 | + <releaseNotes>## Fixed |
| 15 | +- Fix for issue #501: Could not load file or assembly 'Polly, Version=5.2.0.0, Culture=neutral, PublicKeyToken=null' |
| 16 | +- The dependency for Polly has been corrected</releaseNotes> |
17 | 17 | <copyright>SendGrid, Inc. 2017</copyright> |
18 | 18 | <tags>SendGrid Email Mail Microsoft Azure Transactional .NET Core</tags> |
19 | 19 | <dependencies> |
20 | 20 | <group targetFramework=".NETFramework4.0"> |
21 | 21 | <dependency id="Newtonsoft.Json" version="9.0.1" /> |
22 | 22 | <dependency id="System.Net.Http" version="4.0.0" /> |
| 23 | + <dependency id="Polly-Signed" version="5.2.0" /> |
23 | 24 | </group> |
24 | 25 | <group targetFramework=".NETStandard1.3"> |
25 | 26 | <dependency id="NETStandard.Library" version="1.6.1" /> |
26 | 27 | <dependency id="Newtonsoft.Json" version="9.0.1" /> |
27 | 28 | <dependency id="Microsoft.AspNetCore.Http.Abstractions" version="1.1.0" /> |
| 29 | + <dependency id="Polly-Signed" version="5.2.0" /> |
28 | 30 | </group> |
29 | 31 | </dependencies> |
30 | 32 | </metadata> |
|
0 commit comments