Showdan.Net
c# client for the shodan api
AssemblyInfo.cs
1 using System.Reflection;
2 using System.Runtime.CompilerServices;
3 using System.Runtime.InteropServices;
4 
10 // General Information about an assembly is controlled through the following
11 // set of attributes. Change these attribute values to modify the information
12 // associated with an assembly.
13 [assembly: AssemblyConfiguration("")]
14 [assembly: AssemblyCompany("")]
15 [assembly: AssemblyProduct("Shodan.Net")]
16 [assembly: AssemblyTrademark("")]
17 
18 // Setting ComVisible to false makes the types in this assembly not visible
19 // to COM components. If you need to access a type in this assembly from
20 // COM, set the ComVisible attribute to true on that type.
21 [assembly: ComVisible(false)]
22 
23 // The following GUID is for the ID of the typelib if this project is exposed to COM
24 [assembly: Guid("2ac1566f-7c77-499e-b9ae-1f029bd7f7e8")]