Browse Source

Fix nuspec.

Gert Driesen 9 năm trước cách đây
mục cha
commit
9bf305ecb8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      build/nuget/SSH.NET.nuspec

+ 1 - 1
build/nuget/SSH.NET.nuspec

@@ -8,7 +8,7 @@
         <owners>olegkap,drieseng</owners>
         <licenseUrl>https://github.com/sshnet/SSH.NET/master/LICENSE</licenseUrl>
         <projectUrl>https://github.com/sshnet/SSH.NET/</projectUrl>
-        <requireLicenseAcceptance>fa</requireLicenseAcceptance>
+        <requireLicenseAcceptance>false</requireLicenseAcceptance>
         <description>SSH.NET is a Secure Shell (SSH) library for .NET, optimized for parallelism and with broad framework support.</description>
         <releaseNotes>2016.0.0-beta1
 ==============