Skip to content

Commit 693dff0

Browse files
committed
Build - Updating WinSCP Core to 5.15.5.
1 parent 82a5506 commit 693dff0

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

Help/Get-WinSCPChildItem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Opened Timeout HostName
4848
True 00:01:00 ftp.dotps1.github.io
4949
5050
51-
PS C:\> Get-WinChildItem -File
51+
PS C:\> Get-WinSCPChildItem -File
5252
5353
5454
Directory: ./

Help/Get-WinSCPItem.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
88
# Get-WinSCPItem
99

1010
## SYNOPSIS
11-
Retrieves information about remote file.
11+
Retrieves information about remote files.
1212

1313
## SYNTAX
1414

@@ -17,7 +17,7 @@ Get-WinSCPItem -WinSCPSession <Session> [-Path] <String[]> [-Filter <String>] [<
1717
```
1818

1919
## DESCRIPTION
20-
Retrieves information about remote file.s
20+
Retrieves information about remote files
2121

2222
## EXAMPLES
2323

WinSCP/bin/WinSCP.exe

0 Bytes
Binary file not shown.

WinSCP/en-US/WinSCP-Help.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ Opened Timeout HostName
605605
True 00:01:00 ftp.dotps1.github.io
606606

607607

608-
PS C:\&gt; Get-WinChildItem -File
608+
PS C:\&gt; Get-WinSCPChildItem -File
609609

610610

611611
Directory: ./
@@ -784,11 +784,11 @@ PS C:\&gt; Remove-WinSCPSession</dev:code>
784784
<command:verb>Get</command:verb>
785785
<command:noun>WinSCPItem</command:noun>
786786
<maml:description>
787-
<maml:para>Retrieves information about remote file.</maml:para>
787+
<maml:para>Retrieves information about remote files.</maml:para>
788788
</maml:description>
789789
</command:details>
790790
<maml:description>
791-
<maml:para>Retrieves information about remote file.s</maml:para>
791+
<maml:para>Retrieves information about remote files</maml:para>
792792
</maml:description>
793793
<command:syntax>
794794
<command:syntaxItem>

WinSCP/lib/WinSCPnet.dll

0 Bytes
Binary file not shown.

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# appveyor yml reference
22
# http://www.appveyor.com/docs/appveyor-yml
33

4-
version: 5.15.4.{build}
4+
version: 5.15.5.{build}
55
os: WMF 5
66
branches:
77
only:

0 commit comments

Comments
 (0)