Skip to content

Commit

Permalink
Build - Updating WinSCP Core to 5.13.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
dotps1 committed Dec 13, 2018
1 parent c501a22 commit a5d2e0a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Update-WinSCPCore.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ $uri = "https://winscp.net"
[Version]$currentVersion = (Get-Item -Path "${pwd}\WinSCP\lib\WinSCPnet.dll").VersionInfo.ProductVersion

try {
$payloadName = ((Invoke-WebRequest -Uri "${uri}/eng/downloads.php" -UseBasicParsing -ErrorAction Stop).Links | Select-String -Pattern "WinSCP-.*?-Automation\.zip").Matches.Value
$payloadName = ((Invoke-WebRequest -Uri "${uri}/eng/downloads.php" -UseBasicParsing -ErrorAction Stop).Links | Select-String -Pattern "WinSCP-.*?\d+-Automation\.zip").Matches.Value
} catch {
$PSCmdlet.ThrowTerminatingError(
$_
Expand Down
Binary file modified WinSCP/bin/WinSCP.exe
Binary file not shown.
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.13.4.{build}
version: 5.13.6.{build}
os: WMF 5
branches:
only:
Expand Down

0 comments on commit a5d2e0a

Please sign in to comment.