-
Notifications
You must be signed in to change notification settings - Fork 587
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version Bump v9.10.0: Dynamic Template + Hacktoberfest Rollup
- Loading branch information
1 parent
cf8d762
commit 1232f3b
Showing
4 changed files
with
45 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd"> | ||
<metadata> | ||
<id>Sendgrid</id> | ||
<version>9.10.0</version> | ||
<title>SendGrid</title> | ||
<authors>Elmer Thomas,SendGrid DX Team</authors> | ||
<licenseUrl>https://github.com/sendgrid/sendgrid-csharp/blob/master/LICENSE.txt</licenseUrl> | ||
<projectUrl>https://github.com/sendgrid/sendgrid-csharp</projectUrl> | ||
<iconUrl>https://sendgrid.com/wp-content/themes/sgdotcom/pages/resource/brand//2016/SendGrid-Logomark.png</iconUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<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> | ||
<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> | ||
<releaseNotes>Please see: https://github.com/sendgrid/sendgrid-csharp/releases</releaseNotes> | ||
<copyright>SendGrid, Inc. 2018</copyright> | ||
<tags>SendGrid Email Mail Microsoft Azure Transactional .NET Core</tags> | ||
<dependencies> | ||
<group targetFramework=".NETFramework4.0"> | ||
<dependency id="Newtonsoft.Json" version="9.0.1" /> | ||
<dependency id="System.Net.Http" version="4.3.3" /> | ||
</group> | ||
<group targetFramework=".NETStandard1.3"> | ||
<dependency id="Newtonsoft.Json" version="9.0.1" /> | ||
<dependency id="Microsoft.AspNetCore.Http.Abstractions" version="1.1.2" /> | ||
</group> | ||
<group targetFramework=".NETStandard2.0"> | ||
<dependency id="Microsoft.AspNetCore.Http.Abstractions" version="1.1.2" /> | ||
<dependency id="Newtonsoft.Json" version="9.0.1" /> | ||
</group> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="..\src\SendGrid\bin\Release\net452\SendGrid.dll" target="lib\net452\SendGrid.dll" /> | ||
<file src="..\src\SendGrid\bin\Release\net452\SendGrid.pdb" target="lib\net452\SendGrid.pdb" /> | ||
<file src="..\src\SendGrid\bin\Release\net452\SendGrid.xml" target="lib\net452\SendGrid.xml" /> | ||
<file src="..\src\SendGrid\bin\Release\netstandard1.3\SendGrid.dll" target="lib\netstandard1.3\SendGrid.dll" /> | ||
<file src="..\src\SendGrid\bin\Release\netstandard1.3\SendGrid.pdb" target="lib\netstandard1.3\SendGrid.pdb" /> | ||
<file src="..\src\SendGrid\bin\Release\netstandard1.3\SendGrid.xml" target="lib\netstandard1.3\SendGrid.xml" /> | ||
<file src="..\src\SendGrid\bin\Release\netstandard2.0\SendGrid.dll" target="lib\netstandard2.0\SendGrid.dll" /> | ||
<file src="..\src\SendGrid\bin\Release\netstandard2.0\SendGrid.pdb" target="lib\netstandard2.0\SendGrid.pdb" /> | ||
<file src="..\src\SendGrid\bin\Release\netstandard2.0\SendGrid.xml" target="lib\netstandard2.0\SendGrid.xml" /> | ||
</files> | ||
</package> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters