Skip to content

Commit

Permalink
Version Bump v9.10.0: Dynamic Template + Hacktoberfest Rollup
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkingserious committed Sep 12, 2018
1 parent cf8d762 commit 1232f3b
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 53 deletions.
43 changes: 43 additions & 0 deletions nuspec/Sendgrid.9.10.0.nuspec
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>
51 changes: 0 additions & 51 deletions nuspec/Sendgrid.9.9.0.nuspec

This file was deleted.

2 changes: 1 addition & 1 deletion src/SendGrid/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("377c20e4-2297-488f-933b-fb635c56d8fc")]

[assembly: AssemblyInformationalVersion("9.9.0")]
[assembly: AssemblyInformationalVersion("9.10.0")]
2 changes: 1 addition & 1 deletion src/SendGrid/SendGrid.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<VersionPrefix>9.9.0</VersionPrefix>
<VersionPrefix>9.10.0</VersionPrefix>
<TargetFrameworks>netstandard1.3;netstandard2.0;net452</TargetFrameworks>
<PlatformTarget>anycpu</PlatformTarget>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down

0 comments on commit 1232f3b

Please sign in to comment.