add assembly info back

This commit is contained in:
Tommy Parnell
2016-05-21 13:46:01 -04:00
parent 82f0c1add2
commit 09adae6b12
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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")]