Skip to content

Commit

Permalink
开始用回本命package id
Browse files Browse the repository at this point in the history
  • Loading branch information
邹嵩 committed Mar 27, 2018
1 parent 70dd94d commit af9f419
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion nuget/DotnetSpider.Core.nuspec
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>
Expand Down
6 changes: 3 additions & 3 deletions nuget/DotnetSpider.Extension.nuspec
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>
Expand All @@ -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 &amp; 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"/>
Expand All @@ -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"/>
Expand Down

0 comments on commit af9f419

Please sign in to comment.