summaryrefslogtreecommitdiffstats
path: root/src/SendGrid/Properties/AssemblyInfo.cs
diff options
context:
space:
mode:
authorElmer Thomas <elmer@thinkingserious.com>2016-12-06 03:00:28 -0800
committerElmer Thomas <elmer@thinkingserious.com>2016-12-06 03:00:28 -0800
commit4ce5b88f6047af9d9d4bc45a38c9dfb65a9e7e07 (patch)
tree60f9d17f011f632f5c4d9b86aa75fab0e7a60e41 /src/SendGrid/Properties/AssemblyInfo.cs
parent3131327a73273df4485a26de5ad4ec645918f8b3 (diff)
downloadsendgrid-csharp-4ce5b88f6047af9d9d4bc45a38c9dfb65a9e7e07.zip
sendgrid-csharp-4ce5b88f6047af9d9d4bc45a38c9dfb65a9e7e07.tar.gz
sendgrid-csharp-4ce5b88f6047af9d9d4bc45a38c9dfb65a9e7e07.tar.bz2
.NET 4.5.X, 4.6.X and CORE Support
Diffstat (limited to 'src/SendGrid/Properties/AssemblyInfo.cs')
-rw-r--r--src/SendGrid/Properties/AssemblyInfo.cs19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/SendGrid/Properties/AssemblyInfo.cs b/src/SendGrid/Properties/AssemblyInfo.cs
new file mode 100644
index 0000000..1b64038
--- /dev/null
+++ b/src/SendGrid/Properties/AssemblyInfo.cs
@@ -0,0 +1,19 @@
+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: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("SendGrid")]
+[assembly: AssemblyTrademark("")]
+
+// 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")]