|
2 | 2 | <package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
|
3 | 3 | <metadata>
|
4 | 4 | <id>Sendgrid</id>
|
5 |
| - <version>9.0.9</version> |
| 5 | + <version>9.0.10</version> |
6 | 6 | <title>SendGrid</title>
|
7 |
| - <authors>Elmer Thomas</authors> |
| 7 | + <authors>Elmer Thomas,SendGrid DX Team</authors> |
8 | 8 | <licenseUrl>https://github.com/sendgrid/sendgrid-csharp/blob/master/MIT.LICENSE</licenseUrl>
|
9 | 9 | <projectUrl>https://github.com/sendgrid/sendgrid-csharp</projectUrl>
|
10 | 10 | <iconUrl>https://sendgrid.com/wp-content/themes/sgdotcom/pages/brand/2016/SendGrid-Logomark.png</iconUrl>
|
11 | 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. 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.</summary> |
14 |
| - <releaseNotes>- Issue #396: Make 'stylecop' a development dependency |
15 |
| -- Thanks to [@knopa](https://github.com/knopa) for the heads up!</releaseNotes> |
16 |
| - <copyright>Copyright 2017</copyright> |
17 |
| - <tags>SendGrid Email Mail Microsoft Azure Transactional</tags> |
| 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>- Issue #395: Remove dependency for Microsoft.AspNetCore.Http.Abstractions in .NET 4 |
| 15 | +- Thanks to [@Hinni](https://github.com/Hinni) for the heads up!</releaseNotes> |
| 16 | + <copyright>SendGrid, Inc. 2017</copyright> |
| 17 | + <tags>SendGrid Email Mail Microsoft Azure Transactional .NET Core</tags> |
18 | 18 | <dependencies>
|
19 | 19 | <group targetFramework=".NETFramework4.0">
|
20 | 20 | <dependency id="Newtonsoft.Json" version="9.0.1" />
|
21 |
| - <dependency id="Microsoft.AspNetCore.Http.Abstractions" version="1.1.0" /> |
| 21 | + <dependency id="System.Net.Http" version="4.0.0" /> |
22 | 22 | </group>
|
23 | 23 | <group targetFramework=".NETStandard1.3">
|
24 | 24 | <dependency id="NETStandard.Library" version="1.6.1" />
|
|
0 commit comments