Skip to content

Commit

Permalink
Update module files
Browse files Browse the repository at this point in the history
  • Loading branch information
PrzemyslawKlys committed Feb 3, 2024
1 parent bffc4f2 commit 5e2d2c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Transferetto.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
DotNetFrameworkVersion = '4.7.2'
FunctionsToExport = @('Compare-FTPFile', 'Connect-FTP', 'Connect-SFTP', 'Connect-SSH', 'Disconnect-FTP', 'Disconnect-SFTP', 'Get-FTPChecksum', 'Get-FTPChmod', 'Get-FTPList', 'Get-SFTPList', 'Move-FTPDirectory', 'Move-FTPFile', 'Receive-FTPDirectory', 'Receive-FTPFile', 'Receive-SFTPFile', 'Remove-FTPDirectory', 'Remove-FTPFile', 'Remove-SFTPFile', 'Rename-FTPFile', 'Rename-SFTPFile', 'Request-FTPConfiguration', 'Send-FTPDirectory', 'Send-FTPFile', 'Send-SFTPFile', 'Send-SSHCommand', 'Set-FTPChmod', 'Set-FTPOption', 'Set-FTPTracing', 'Start-FXPDirectoryTransfer', 'Start-FXPFileTransfer', 'Test-FTPDirectory', 'Test-FTPFile')
GUID = '7d61db15-9efe-41d1-a1c0-81d738975dec'
ModuleVersion = '0.0.19'
ModuleVersion = '1.0.0'
PowerShellVersion = '5.1'
PrivateData = @{
PSData = @{
Expand Down
1 change: 1 addition & 0 deletions Transferetto.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ $FoundErrors = @(
'libhogweed-6.dll'
'libnettle-8.dll'
'libwinpthread-1.dll'
#ą 'Microsoft.Bcl.AsyncInterfaces.dll'
)

try {
Expand Down

0 comments on commit 5e2d2c0

Please sign in to comment.