summaryrefslogtreecommitdiffstats
path: root/ExampleNet45/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 /ExampleNet45/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 'ExampleNet45/Properties/AssemblyInfo.cs')
-rw-r--r--ExampleNet45/Properties/AssemblyInfo.cs36
1 files changed, 36 insertions, 0 deletions
diff --git a/ExampleNet45/Properties/AssemblyInfo.cs b/ExampleNet45/Properties/AssemblyInfo.cs
new file mode 100644
index 0000000..3bde8af
--- /dev/null
+++ b/ExampleNet45/Properties/AssemblyInfo.cs
@@ -0,0 +1,36 @@
+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("ExampleNet45")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("ExampleNet45")]
+[assembly: AssemblyCopyright("Copyright © 2016")]
+[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("3b3f2699-f720-4498-8044-262efe110a22")]
+
+// 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")]