diff --git a/README.md b/README.md index 1d6b7307b..d4b9f9cb6 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ For sample implementations, see the [.NET Core Example](https://github.com/sendg ## Dependencies -- Please see the [.nuspec file](https://github.com/sendgrid/sendgrid-csharp/tree/master/nuspec). +- Please see the [.csproj file](https://github.com/sendgrid/sendgrid-csharp/blob/master/src/SendGrid/SendGrid.csproj). # Quick Start diff --git a/nuspec/Sendgrid.9.11.0.nuspec b/nuspec/Sendgrid.9.11.0.nuspec deleted file mode 100644 index 97879178c..000000000 --- a/nuspec/Sendgrid.9.11.0.nuspec +++ /dev/null @@ -1,42 +0,0 @@ - - - - Sendgrid - 9.11.0 - Twilio SendGrid - Elmer Thomas,Twilio DX Team - Elmer Thomas,Sam Harrison,Twilio DX Team - false - https://github.com/sendgrid/sendgrid-csharp/blob/master/LICENSE.txt - https://github.com/sendgrid/sendgrid-csharp - https://sendgrid.com/wp-content/themes/sgdotcom/pages/resource/brand//2016/SendGrid-Logomark.png - C# client library and examples for using Twilio 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 - C# client library and examples for using Twilio SendGrid API's to send mail and access Web API v3 endpoints with .NET Standard 1.3 and .NET Core support. - Please see: https://github.com/sendgrid/sendgrid-csharp/releases - Twilio SendGrid, Inc. 2019 - Twilio SendGrid Email Mail Microsoft Azure Transactional .NET Core - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/SendGrid/Properties/AssemblyInfo.cs b/src/SendGrid/Properties/AssemblyInfo.cs index 5091e24d1..2d35b9255 100644 --- a/src/SendGrid/Properties/AssemblyInfo.cs +++ b/src/SendGrid/Properties/AssemblyInfo.cs @@ -1,25 +1,14 @@ -// -// Copyright (c) Twilio SendGrid. All rights reserved. -// Licensed under the MIT license. See LICENSE file in the project root for full license information. -// - -using System.Reflection; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("Release")] -[assembly: AssemblyCompany("Twilio SendGrid")] -[assembly: AssemblyProduct("Twilio SendGrid")] -[assembly: AssemblyTrademark("Twilio SendGrid")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// 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.11.0")] +// +// Copyright (c) Twilio SendGrid. All rights reserved. +// Licensed under the MIT license. See LICENSE file in the project root for full license information. +// + +using System.Runtime.InteropServices; + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("377c20e4-2297-488f-933b-fb635c56d8fc")] \ No newline at end of file diff --git a/src/SendGrid/SendGrid.csproj b/src/SendGrid/SendGrid.csproj index 1a3db1b02..38d1ae4e3 100644 --- a/src/SendGrid/SendGrid.csproj +++ b/src/SendGrid/SendGrid.csproj @@ -5,20 +5,37 @@ netstandard1.3;netstandard2.0;net452 anycpu true - SendGrid Library ../../tools/sendgrid-csharp.snk true true - SendGrid - false - false - false - false true full + $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb;.xml + + + + SendGrid + Elmer Thomas;Twilio DX Team + Twilio SendGrid + Twilio SendGrid + MIT + https://sendgrid.com/ + https://github.com/sendgrid/sendgrid-csharp.git + git + https://sendgrid.com/wp-content/themes/sgdotcom/pages/resource/brand//2016/SendGrid-Logomark.png + C# client library and examples for using Twilio SendGrid API's to send mail and access Web API v3 endpoints with .NET Standard 1.3 and .NET Core support. + Please see: https://github.com/sendgrid/sendgrid-csharp/releases + Twilio;SendGrid;Email;Mail;Microsoft;Azure;Transactional;.NET Core + Twilio SendGrid, Inc. 2019 + + + <_Parameter1>Twilio SendGrid + + +