Skip to content

Commit

Permalink
Build - Updating WinSCP Core to 5.15.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
dotps1 committed Oct 30, 2019
1 parent 82a5506 commit 693dff0
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Help/Get-WinSCPChildItem.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Opened Timeout HostName
True 00:01:00 ftp.dotps1.github.io
PS C:\> Get-WinChildItem -File
PS C:\> Get-WinSCPChildItem -File
Directory: ./
Expand Down
4 changes: 2 additions & 2 deletions Help/Get-WinSCPItem.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ schema: 2.0.0
# Get-WinSCPItem

## SYNOPSIS
Retrieves information about remote file.
Retrieves information about remote files.

## SYNTAX

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

## DESCRIPTION
Retrieves information about remote file.s
Retrieves information about remote files

## EXAMPLES

Expand Down
Binary file modified WinSCP/bin/WinSCP.exe
Binary file not shown.
6 changes: 3 additions & 3 deletions WinSCP/en-US/WinSCP-Help.xml
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ Opened Timeout HostName
True 00:01:00 ftp.dotps1.github.io


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


Directory: ./
Expand Down Expand Up @@ -784,11 +784,11 @@ PS C:\&gt; Remove-WinSCPSession</dev:code>
<command:verb>Get</command:verb>
<command:noun>WinSCPItem</command:noun>
<maml:description>
<maml:para>Retrieves information about remote file.</maml:para>
<maml:para>Retrieves information about remote files.</maml:para>
</maml:description>
</command:details>
<maml:description>
<maml:para>Retrieves information about remote file.s</maml:para>
<maml:para>Retrieves information about remote files</maml:para>
</maml:description>
<command:syntax>
<command:syntaxItem>
Expand Down
Binary file modified WinSCP/lib/WinSCPnet.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# appveyor yml reference
# http://www.appveyor.com/docs/appveyor-yml

version: 5.15.4.{build}
version: 5.15.5.{build}
os: WMF 5
branches:
only:
Expand Down

0 comments on commit 693dff0

Please sign in to comment.