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 22
33 <PropertyGroup >
44 <TargetFramework >netstandard2.0</TargetFramework >
5- </PropertyGroup >
6-
7- <PropertyGroup >
85 <GenerateDocumentationFile >true</GenerateDocumentationFile >
6+ <SignAssembly >true</SignAssembly >
7+ <AssemblyOriginatorKeyFile >Key.snk</AssemblyOriginatorKeyFile >
98 </PropertyGroup >
109
1110 <PropertyGroup >
1211 <Description >Provides a complete diffing model of HTML.</Description >
1312 <Product >AngleSharp.Diffing</Product >
1413 <Authors >AngleSharp</Authors >
1514 <PackageId >AngleSharp.Diffing</PackageId >
16- <PackageLicenseFile >LICENSE</ PackageLicenseFile >
15+ <PackageLicenseExpression >MIT</ PackageLicenseExpression >
1716 <PackageProjectUrl >https://anglesharp.github.io</PackageProjectUrl >
1817 <PackageIcon >logo.png</PackageIcon >
1918 <PackageIconUrl >https://raw.github.com/AngleSharp/AngleSharp.Diffing/master/logo.png</PackageIconUrl >
2019 <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 >
2221 <RepositoryUrl >https://github.com/AngleSharp/AngleSharp.Diffing</RepositoryUrl >
2322 <RepositoryType >git</RepositoryType >
2423 <PublishRepositoryUrl >true</PublishRepositoryUrl >
You can’t perform that action at this time.
0 commit comments