-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
邹嵩
committed
Mar 27, 2018
1 parent
70dd94d
commit af9f419
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd"> | ||
<metadata> | ||
<id>DotnetSpider2.Core</id> | ||
<id>DotnetSpider.Core</id> | ||
<version>2.4.5</version> | ||
<authors>[email protected];Walterwhatwater;xiaohuan0204</authors> | ||
<owners>[email protected]</owners> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd"> | ||
<metadata> | ||
<id>DotnetSpider2.Extension</id> | ||
<id>DotnetSpider.Extension</id> | ||
<version>2.4.5</version> | ||
<authors>[email protected];Walterwhatwater;xiaohuan0204</authors> | ||
<owners>[email protected]</owners> | ||
|
@@ -13,7 +13,7 @@ | |
<description>A .NET Standard web crawling library similar to WebMagic and Scrapy. It is a lightweight ,efficient and fast high-level web crawling & scraping framework for .NET</description> | ||
<dependencies> | ||
<group targetFramework=".NETStandard2.0"> | ||
<dependency id="DotnetSpider2.Core" version="2.4.5" /> | ||
<dependency id="DotnetSpider.Core" version="2.4.5" /> | ||
<dependency id="Dapper" version="1.50.2"/> | ||
<dependency id="MailKit" version="2.0.2"/> | ||
<dependency id="MongoDB.Driver" version="2.5.0"/> | ||
|
@@ -28,7 +28,7 @@ | |
<dependency id="MessagePack" version="1.7.3.4"/> | ||
</group> | ||
<group targetFramework=".NETFramework4.5" > | ||
<dependency id="DotnetSpider2.Core" version="2.4.5" /> | ||
<dependency id="DotnetSpider.Core" version="2.4.5" /> | ||
<dependency id="Dapper" version="1.50.2"/> | ||
<dependency id="MailKit" version="2.0.2"/> | ||
<dependency id="MongoDB.Driver" version="2.5.0"/> | ||
|