Skip to content

Commit 592c86c

Browse files
Merge pull request #1146 from mus65/nuget_license
Use License Expression for NuGet Package
2 parents 3d36f88 + a3dbbc5 commit 592c86c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/nuget/SSH.NET.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>SSH.NET</title>
77
<authors>Renci</authors>
88
<owners>olegkap,drieseng</owners>
9-
<licenseUrl>https://github.com/sshnet/SSH.NET/blob/master/LICENSE</licenseUrl>
9+
<license type="expression">MIT</license>
1010
<projectUrl>https://github.com/sshnet/SSH.NET/</projectUrl>
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<description>SSH.NET is a Secure Shell (SSH) library for .NET, optimized for parallelism and with broad framework support.</description>

0 commit comments

Comments
 (0)