forked from dotnetcore/DotnetSpider
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.props
22 lines (19 loc) · 1.02 KB
/
package.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<Project>
<PropertyGroup>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<Version>4.0.9-beta6</Version>
<FileVersion>4.0.9.6</FileVersion>
<Authors>[email protected];</Authors>
<Copyright>Copyright 2018 Lewis Zou</Copyright>
<Description>DotnetSpider, a .NET Standard web crawling library. It is lightweight, efficient and fast high-level web crawling & scraping framework</Description>
<PackageTags>DotnetSpider;crawler;dotnet core</PackageTags>
<PackageProjectUrl>https://github.com/dotnetcore/DotnetSpider</PackageProjectUrl>
<PackageIconUrl>https://github.com/dotnetcore/DotnetSpider/blob/master/images/icon.png?raw=true</PackageIconUrl>
<RepositoryUrl>https://github.com/dotnetcore/DotnetSpider</RepositoryUrl>
</PropertyGroup>
<ItemGroup>
<None Include="..\..\LICENSE.txt" Pack="true" PackagePath="LICENSE.txt" />
</ItemGroup>
</Project>