File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >netstandard2.0</TargetFramework >
5
- </PropertyGroup >
6
-
7
- <PropertyGroup >
8
5
<GenerateDocumentationFile >true</GenerateDocumentationFile >
6
+ <SignAssembly >true</SignAssembly >
7
+ <AssemblyOriginatorKeyFile >Key.snk</AssemblyOriginatorKeyFile >
9
8
</PropertyGroup >
10
9
11
10
<PropertyGroup >
12
11
<Description >Provides a complete diffing model of HTML.</Description >
13
12
<Product >AngleSharp.Diffing</Product >
14
13
<Authors >AngleSharp</Authors >
15
14
<PackageId >AngleSharp.Diffing</PackageId >
16
- <PackageLicenseFile >LICENSE</ PackageLicenseFile >
15
+ <PackageLicenseExpression >MIT</ PackageLicenseExpression >
17
16
<PackageProjectUrl >https://anglesharp.github.io</PackageProjectUrl >
18
17
<PackageIcon >logo.png</PackageIcon >
19
18
<PackageIconUrl >https://raw.github.com/AngleSharp/AngleSharp.Diffing/master/logo.png</PackageIconUrl >
20
19
<PackageTags >html html5 css css3 dom library diffing anglesharp diff difference compare comparison testing</PackageTags >
21
- <Copyright >Copyright 2019, Egil Hansen</Copyright >
20
+ <Copyright >Copyright 2019-2021 , Egil Hansen</Copyright >
22
21
<RepositoryUrl >https://github.com/AngleSharp/AngleSharp.Diffing</RepositoryUrl >
23
22
<RepositoryType >git</RepositoryType >
24
23
<PublishRepositoryUrl >true</PublishRepositoryUrl >
You can’t perform that action at this time.
0 commit comments