diff options
author | CJ Buchmann <cj.buchmann@sendgrid.com> | 2012-01-16 18:18:16 -0800 |
---|---|---|
committer | CJ Buchmann <cj.buchmann@sendgrid.com> | 2012-01-16 18:18:16 -0800 |
commit | ecd8418122dd4153dfd34860e0690ca7a5f91c3e (patch) | |
tree | 407c7e1142453f6416f42724e1e7231611bbc842 /SendGrid/SendGridMail/Properties/AssemblyInfo.cs | |
parent | 8b861d62c1f47067853ddb0b06c0c989d2784907 (diff) | |
download | sendgrid-csharp-ecd8418122dd4153dfd34860e0690ca7a5f91c3e.zip sendgrid-csharp-ecd8418122dd4153dfd34860e0690ca7a5f91c3e.tar.gz sendgrid-csharp-ecd8418122dd4153dfd34860e0690ca7a5f91c3e.tar.bz2 |
Added NuGet Package parameters and moved CodeScales.dll to lib directory for NuGet
Diffstat (limited to 'SendGrid/SendGridMail/Properties/AssemblyInfo.cs')
-rwxr-xr-x | SendGrid/SendGridMail/Properties/AssemblyInfo.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/SendGrid/SendGridMail/Properties/AssemblyInfo.cs b/SendGrid/SendGridMail/Properties/AssemblyInfo.cs index 310fe3b..e6e890f 100755 --- a/SendGrid/SendGridMail/Properties/AssemblyInfo.cs +++ b/SendGrid/SendGridMail/Properties/AssemblyInfo.cs @@ -5,7 +5,6 @@ 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: AssemblyTitle("SendGridMail")]
[assembly: AssemblyDescription("A client library for interfacing with the SendGrid API")]
[assembly: AssemblyConfiguration("")]
|