浏览代码

S3 in NuGet package description + There's some interactive processing support now + Grammar

Source commit: 21b97405f585a8c0c609a4476ee0cb6f0c8e9090
Martin Prikryl 7 年之前
父节点
当前提交
6fb92bfd24
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      deployment/WinSCPnet.nuspec

+ 3 - 3
deployment/WinSCPnet.nuspec

@@ -11,15 +11,15 @@
     <iconUrl>https://winscp.net/pad/winscp.png</iconUrl>
     <requireLicenseAcceptance>false</requireLicenseAcceptance>
     <summary>The WinSCP .NET assembly is a .NET wrapper around WinSCP’s scripting interface.</summary>
-    <description>The WinSCP .NET assembly is a .NET wrapper around WinSCP’s scripting interface that allows your code to connect to a remote machine and manipulate remote files over SFTP, SCP, WebDAV and FTP sessions.
+    <description>The WinSCP .NET assembly is a .NET wrapper around WinSCP’s scripting interface that allows your code to connect to a remote machine and manipulate remote files over SFTP, FTP, WebDAV, S3 and SCP sessions.
 
-The library is primarily intended for advanced automation tasks that require conditional processing, loops or other control structures for which the basic scripting interface is too limited. The library is not a general purpose file transfer library. It particularly lacks support for interactive processing and as such it is not well suited for use in GUI applications.
+The library is primarily intended for advanced automation tasks that require conditional processing, loops or other control structures for which a basic WinSCP scripting interface is too limited. The library is not a general purpose file transfer library. It particularly have a limited support for interactive processing and as such it is not well suited for use in GUI applications.
 
 For documentation and examples of use, see project website.
 
 The NuGet package includes the assembly itself and a required WinSCP executable. When installed, it adds the assembly as reference to your project and sets up WinSCP executable to be copied to project output directory, so that it can be found on run-time.</description>
     <copyright>Copyright © 2012-2018 Martin Prikryl</copyright>
-    <tags>winscp sftp ftp ftps webdav scp transfer</tags>
+    <tags>winscp sftp ftp ftps webdav s3 scp transfer</tags>
   </metadata>
   <files>
     <file src="$DotNetBuildConfigDir$\WinSCPnet.dll" target="lib\net"/>