Getting ready to release Abot V2 (Dotnet Standard 2.0 support)

39 views
Skip to first unread message

sjdirect

unread,
Aug 30, 2019, 9:43:01 PM8/30/19
to Abot Web Crawler
I have been working on Abot v2 for a while now. Getting ready to release the early version of the nuget package after I update the docs. The main diff is that you should use the Abot2 namespace in place of Abot namespace. For example...

using Abot2.Crawler;
using Abot2.Poco;

instead of ....

using Abot.Crawler;
using Abot.Poco;

Docs to come. Stay tuned. This is all currently in a branch named "dotnet-standard" that will be merged to master soon. The Abot namespace (old one) will likely be removed in a future release but I have that code as part of the same solution for now.
Reply all
Reply to author
Forward
0 new messages