Skip to content

Commit 6cea3c4

Browse files
committed
Added signing key
1 parent b47a82d commit 6cea3c4

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

src/AngleSharp.Diffing/AngleSharp.Diffing.csproj

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,22 @@
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>

src/AngleSharp.Diffing/Key.snk

596 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)