forked from dotnetcore/DotnetSpider
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.props
22 lines (19 loc) · 964 Bytes
/
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>5.0.1-beta6</Version>
<FileVersion>5.0.1.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>
<RepositoryUrl>https://github.com/dotnetcore/DotnetSpider</RepositoryUrl>
<LangVersion>latest</LangVersion>
</PropertyGroup>
<ItemGroup>
<None Include="..\..\LICENSE.txt" Pack="true" PackagePath="LICENSE.txt" />
</ItemGroup>
</Project>