Skip to content

Commit 256120b

Browse files
authored
Add license to nuget package (#1657)
This adds a license to the nuget package. The most visible places are in the nuget package manager and on https://www.nuget.org/packages/PuppeteerSharp.
1 parent c721785 commit 256120b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/PuppeteerSharp/PuppeteerSharp.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<Authors>Darío Kondratiuk</Authors>
77
<Owners>Darío Kondratiuk</Owners>
88
<PackageProjectUrl>https://github.com/hardkoded/puppeteer-sharp</PackageProjectUrl>
9+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
910
<Summary>Headless Browser .NET API</Summary>
1011
<PackageTags>headless,chrome,puppeteer</PackageTags>
1112
<Title>PuppeteerSharp</Title>

0 commit comments

Comments
 (0)