Skip to content

Commit 6fa8337

Browse files
committed
Updated icon, project url and copyright of nuget package
1 parent dda9094 commit 6fa8337

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Abot/Abot.nuspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<authors>Steven Jones</authors>
88
<owners>Steven Jones</owners>
99
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
10-
<projectUrl>https://code.google.com/p/abot/</projectUrl>
11-
<iconUrl>https://code.google.com/p/abot/logo?cct=1364531651</iconUrl>
10+
<projectUrl>https://github.com/sjdirect/abot</projectUrl>
11+
<iconUrl>http://abotx.org/Content/images/logoicon.png</iconUrl>
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1313
<description>Abot is an open source C# web crawler built for speed and flexibility. It takes care of the low level plumbing (multithreading, http requests, scheduling, link parsing, etc..). You just register for events to process the page data. You can also plugin your own implementations of core interfaces to take complete control over the crawl process.</description>
1414
<summary>Open source C# web crawler built for speed, flexibility and extensibility.</summary>
15-
<releaseNotes>$version$ release notes may be found on https://code.google.com/p/abot/</releaseNotes>
16-
<copyright>Copyright 2013</copyright>
15+
<releaseNotes>$version$ release notes may be found on https://github.com/sjdirect/abot</releaseNotes>
16+
<copyright>Copyright 2015 Steven Jones</copyright>
1717
<tags>crawler robot spider</tags>
1818
</metadata>
1919
<files>

0 commit comments

Comments
 (0)