File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed
Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 22<package xmlns =" http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd" >
33 <metadata >
44 <id >DotnetSpider2.Core</id >
5- <version >2.3.9-beta2 </version >
5+ <version >2.3.9</version >
66 <authors >zlzforever@163.com;Walterwhatwater;xiaohuan0204</authors >
77 <owners >zlzforever@163.com</owners >
88 <iconUrl >https://github.com/zlzforever/DotnetSpider/blob/master/images/icon.png?raw=true</iconUrl >
Original file line number Diff line number Diff line change 22<package xmlns =" http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd" >
33 <metadata >
44 <id >DotnetSpider2.Extension</id >
5- <version >2.3.9-beta2 </version >
5+ <version >2.3.9</version >
66 <authors >zlzforever@163.com;Walterwhatwater;xiaohuan0204</authors >
77 <owners >zlzforever@163.com</owners >
88 <iconUrl >https://github.com/zlzforever/DotnetSpider/blob/master/images/icon.png?raw=true</iconUrl >
1313 <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 >
1414 <dependencies >
1515 <group targetFramework =" .NETStandard2.0" >
16- <dependency id =" DotnetSpider2.Core" version =" 2.3.9-beta2 " />
16+ <dependency id =" DotnetSpider2.Core" version =" 2.3.9" />
1717 <dependency id =" Dapper" version =" 1.50.2" />
1818 <dependency id =" MailKit" version =" 1.20.0" />
1919 <dependency id =" MongoDB.Driver" version =" 2.4.4" />
2828 <dependency id =" MessagePack" version =" 1.7.2" />
2929 </group >
3030 <group targetFramework =" .NETFramework4.5" >
31- <dependency id =" DotnetSpider2.Core" version =" 2.3.9-beta2 " />
31+ <dependency id =" DotnetSpider2.Core" version =" 2.3.9" />
3232 <dependency id =" Dapper" version =" 1.50.2" />
3333 <dependency id =" MailKit" version =" 1.20.0" />
3434 <dependency id =" MongoDB.Driver" version =" 2.4.4" />
Original file line number Diff line number Diff line change @@ -24,8 +24,6 @@ public static void Main(string[] args)
2424 ThreadPool . SetMinThreads ( 200 , 200 ) ;
2525 OcrDemo . Process ( ) ;
2626#endif
27- //string[] commands = "-s:AppIOSRankSpider -i:guid -tid:AppIOSRankSpider -c:app.config -a:游戏".Split(new[] { " " }, StringSplitOptions.RemoveEmptyEntries);
28- //Startup.Run(commands);
2927
3028 MyTest ( ) ;
3129
You can’t perform that action at this time.
0 commit comments