add assembly info back
This commit is contained in:
@@ -827,7 +827,7 @@ EXCLUDE_SYMLINKS = NO
|
||||
# Note that the wildcards are matched against the file with absolute path, so to
|
||||
# exclude all test directories for example use the pattern */test/*
|
||||
|
||||
EXCLUDE_PATTERNS = */Shodan.Net.UnitTests/* */obj/* AssemblyInfo.cs
|
||||
EXCLUDE_PATTERNS = */Shodan.Net.UnitTests/* */obj/*
|
||||
|
||||
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
|
||||
# (namespaces, classes, functions, etc.) that should be excluded from the
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
/*! \mainpage Shodan.Net
|
||||
/*! \mainpage Shodan.Net
|
||||
* Shodan.net is a simple c# implementation of the shodan api
|
||||
* Shodan.net is missing the streams api, but it will come soon. Most of the action occurs in ShodanClient.cs
|
||||
*/
|
||||
@@ -21,4 +21,4 @@ using System.Runtime.InteropServices;
|
||||
[assembly: ComVisible(false)]
|
||||
|
||||
// The following GUID is for the ID of the typelib if this project is exposed to COM
|
||||
[assembly: Guid("2ac1566f-7c77-499e-b9ae-1f029bd7f7e8")]
|
||||
[assembly: Guid("2ac1566f-7c77-499e-b9ae-1f029bd7f7e8")]
|
||||
Reference in New Issue
Block a user