Skip to content

Commit a3dbbc5

Browse files
committed
Use License Expression for NuGet Package
licenseUrl is deprecated, see NuGet/Announcements#32
1 parent 4577899 commit a3dbbc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/nuget/SSH.NET.nuspec

Lines changed: 1 addition & 1 deletion
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)