diff options
author | Tyler Bischel <tyler.bischel@sendgrid.com> | 2012-01-16 23:44:30 -0800 |
---|---|---|
committer | Tyler Bischel <tyler.bischel@sendgrid.com> | 2012-01-16 23:44:30 -0800 |
commit | 85265f48de06629ff7307d642ce765e7b34843a1 (patch) | |
tree | d9dcc93abe5dd4521a48917e26e0f71ca611b756 /SendGrid/SendGridMail/Properties/AssemblyInfo.cs | |
parent | cc7e8b7a0aae5381899ea1ea4c91e467f170348a (diff) | |
parent | 2cfea4a2829103b413175deac64d62caea141b5c (diff) | |
download | sendgrid-csharp-85265f48de06629ff7307d642ce765e7b34843a1.zip sendgrid-csharp-85265f48de06629ff7307d642ce765e7b34843a1.tar.gz sendgrid-csharp-85265f48de06629ff7307d642ce765e7b34843a1.tar.bz2 |
Merge branch 'us1882' of github.com:sendgrid/sendgrid-csharp
Diffstat (limited to 'SendGrid/SendGridMail/Properties/AssemblyInfo.cs')
-rwxr-xr-x | SendGrid/SendGridMail/Properties/AssemblyInfo.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SendGrid/SendGridMail/Properties/AssemblyInfo.cs b/SendGrid/SendGridMail/Properties/AssemblyInfo.cs index 0108aa9..e6e890f 100755 --- a/SendGrid/SendGridMail/Properties/AssemblyInfo.cs +++ b/SendGrid/SendGridMail/Properties/AssemblyInfo.cs @@ -6,9 +6,9 @@ using System.Runtime.InteropServices; // set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("SendGridMail")]
-[assembly: AssemblyDescription("")]
+[assembly: AssemblyDescription("A client library for interfacing with the SendGrid API")]
[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
+[assembly: AssemblyCompany("SendGrid")]
[assembly: AssemblyProduct("SendGridMail")]
[assembly: AssemblyCopyright("Copyright © 2012")]
[assembly: AssemblyTrademark("")]
|