Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netcoreapp2.0</TargetFramework>

<IsPackable>false</IsPackable>
<ReleaseVersion>0.2.2</ReleaseVersion>
<ReleaseVersion>0.2.3</ReleaseVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion NetCrawlerDetect/NetCrawlerDetect.sln
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Global
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
description = A .net standard port of JayBizzle's CrawlerDetect project (https://github.com/JayBizzle/Crawler-Detect).
version = 0.2.2
version = 0.2.3
Policies = $0
$0.VersionControlPolicy = $1
$0.DotNetNamingPolicy = $2
Expand Down
9 changes: 8 additions & 1 deletion NetCrawlerDetect/NetCrawlerDetect/Fixtures/Crawlers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ public Crawlers()
@"adressendeutschland",
@"adscanner",
@"Adstxtaggregator",
@"adstxt-worker",
@"adstxt\.com",
@"agentslug",
@"AHC",
@"aihit",
Expand Down Expand Up @@ -357,9 +359,9 @@ public Crawlers()
@"flynxapp",
@"forensiq",
@"FoundSeoTool",
@"http:\/\/www.neomo.de\/",

// Francis [Bot]
@"http:\/\/www.neomo.de\/",
@"free thumbnails",
@"Freeuploader",
@"Funnelback",
Expand All @@ -377,6 +379,7 @@ public Crawlers()
@"getroot",
@"GetURLInfo\/",
@"GetWeb",
@"Geziyor",
@"Ghost Inspector",
@"GigablastOpenSource",
@"GIS-LABS",
Expand Down Expand Up @@ -481,6 +484,7 @@ public Crawlers()
@"HttpComponents",
@"httphr",
@"HTTPMon",
@"HTTPie",
@"httpRequest",
@"httpscheck",
@"httpssites_power",
Expand Down Expand Up @@ -541,6 +545,7 @@ public Crawlers()
@"iskanie",
@"isUp\.li",
@"iThemes Sync\/",
@"IZaBEE",
@"iZSearch",
@"JAHHO",
@"janforman",
Expand All @@ -567,6 +572,7 @@ public Crawlers()
@"KeyCDN",
@"Keyword Density",
@"Keywords Research",
@"khttp\/",
@"KickFire",
@"KimonoLabs\/",
@"Kml-Google",
Expand Down Expand Up @@ -1242,6 +1248,7 @@ public Crawlers()
@"Zeus ",
@"zgrab",
@"ZnajdzFoto",
@"ZnHTTP",
@"Zombie\.js",
@"Zoom\.Mac",
@"ZyBorg",
Expand Down
6 changes: 3 additions & 3 deletions NetCrawlerDetect/NetCrawlerDetect/NetCrawlerDetect.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<ReleaseVersion>0.2.2</ReleaseVersion>
<PackageVersion>0.2.2</PackageVersion>
<ReleaseVersion>0.2.3</ReleaseVersion>
<PackageVersion>0.2.3</PackageVersion>
<Authors>Graham "Gee" Plumb</Authors>
<PackageLicenseUrl>https://github.com/gplumb/NetCrawlerDetect/blob/master/LICENSE</PackageLicenseUrl>
<Owners>Graham "Gee" Plumb</Owners>
Expand All @@ -12,7 +12,7 @@
<Description>A .net standard port of JayBizzle's CrawlerDetect project (https://github.com/JayBizzle/Crawler-Detect).</Description>
<PackOnBuild>true</PackOnBuild>
<PackageId>NetCrawlerDetect</PackageId>
<PackageReleaseNotes>Added worldping-api bot and export update (up to https://github.com/JayBizzle/Crawler-Detect/pull/331)</PackageReleaseNotes>
<PackageReleaseNotes>Added 7 user agents (up to https://github.com/JayBizzle/Crawler-Detect/pull/333)</PackageReleaseNotes>
<Summary>A .net standard port of JayBizzle's CrawlerDetect project (https://github.com/JayBizzle/Crawler-Detect).</Summary>
</PropertyGroup>

Expand Down