summaryrefslogtreecommitdiffstats
path: root/SendGrid/SendGridMail/Properties/AssemblyInfo.cs
diff options
context:
space:
mode:
authorTyler Bischel <tyler.bischel@sendgrid.com>2012-01-10 13:43:43 -0800
committerTyler Bischel <tyler.bischel@sendgrid.com>2012-01-10 13:43:43 -0800
commita21ebe40919ebbeba1ca6b87b14401f5503cf5dd (patch)
treeab36b40ff98b5c3eed4755640eb490875e768202 /SendGrid/SendGridMail/Properties/AssemblyInfo.cs
parent1dd16986298af75ef430f8eb9611c8214993625e (diff)
parente7e7ea043de835793b9d65e6176e6148d0b51e29 (diff)
downloadsendgrid-csharp-a21ebe40919ebbeba1ca6b87b14401f5503cf5dd.zip
sendgrid-csharp-a21ebe40919ebbeba1ca6b87b14401f5503cf5dd.tar.gz
sendgrid-csharp-a21ebe40919ebbeba1ca6b87b14401f5503cf5dd.tar.bz2
Merge branch 'us1882-test' into us1882
Conflicts: .gitignore
Diffstat (limited to 'SendGrid/SendGridMail/Properties/AssemblyInfo.cs')
-rwxr-xr-xSendGrid/SendGridMail/Properties/AssemblyInfo.cs38
1 files changed, 38 insertions, 0 deletions
diff --git a/SendGrid/SendGridMail/Properties/AssemblyInfo.cs b/SendGrid/SendGridMail/Properties/AssemblyInfo.cs
new file mode 100755
index 0000000..0cefaba
--- /dev/null
+++ b/SendGrid/SendGridMail/Properties/AssemblyInfo.cs
@@ -0,0 +1,38 @@
+using System.Reflection;
+using System.Runtime.CompilerServices;
+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("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("SendGridMail")]
+[assembly: AssemblyCopyright("Copyright © 2012")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// 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("193fa200-8430-4206-aacd-2d2bb2dfa6cf")]
+
+[assembly: InternalsVisibleTo("Tests")]
+
+// Version information for an assembly consists of the following four values:
+//
+// Major Version
+// Minor Version
+// Build Number
+// Revision
+//
+// You can specify all the values or you can default the Build and Revision Numbers
+// by using the '*' as shown below:
+// [assembly: AssemblyVersion("1.0.*")]
+[assembly: AssemblyVersion("1.0.0.0")]
+[assembly: AssemblyFileVersion("1.0.0.0")]