Skip to content

Commit

Permalink
3.1.3
Browse files Browse the repository at this point in the history
Modifications for 3.1.3
  • Loading branch information
darkoperator committed Jan 31, 2024
1 parent d2641a2 commit e22a5c1
Show file tree
Hide file tree
Showing 7 changed files with 24,542 additions and 8 deletions.
Binary file modified Posh-SSH/Assembly/Microsoft.Bcl.AsyncInterfaces.dll
Binary file not shown.
Binary file modified Posh-SSH/Assembly/Renci.SshNet.dll
Binary file not shown.
24,533 changes: 24,533 additions & 0 deletions Posh-SSH/Assembly/Renci.SshNet.xml

Large diffs are not rendered by default.

Binary file not shown.
Binary file modified Posh-SSH/Assembly/System.Threading.Tasks.Extensions.dll
Binary file not shown.
16 changes: 8 additions & 8 deletions Posh-SSH/Posh-SSH.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#RootModule = ''

# Version number of this module.
ModuleVersion = '3.1.2'
ModuleVersion = '3.1.3'

# ID used to uniquely identify this module
GUID = 'f5c99306-7b5a-4fca-a052-f79ad1e48fbf'
Expand Down Expand Up @@ -51,7 +51,7 @@ PowerShellVersion = '5.1'
# RequiredModules = @()

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = @('Assembly\System.Threading.Tasks.Extensions.dll','Assembly\Microsoft.Bcl.AsyncInterfaces.dll','Assembly\Newtonsoft.Json.dll','Assembly\Renci.SshNet.dll', 'Assembly\SshNet.Security.Cryptography.dll')
RequiredAssemblies = @('Assembly\Newtonsoft.Json.dll','Assembly\Renci.SshNet.dll', 'Assembly\SshNet.Security.Cryptography.dll')

# Script files (.ps1) that are run in the caller's environment prior to importing this module.
# ScriptsToProcess = @()
Expand Down Expand Up @@ -129,12 +129,12 @@ AliasesToExport = '*'
FileList = @('Posh-SSH.psm1','PoshSSH.dll','Assembly\Newtonsoft.Json.dll','Assembly\Renci.SshNet.dll', 'Assembly\SshNet.Security.Cryptography.dll')

# Private data to pass to the module specified in RootModule/ModuleToProcess
#PrivateData = @{
# PSData = @{
# Prerelease = 'beta5'
# ProjectUri = 'https://github.com/darkoperator/Posh-SSH'
# }
#}
PrivateData = @{
PSData = @{
#Prerelease = 'beta1'
ProjectUri = 'https://github.com/darkoperator/Posh-SSH'
}
}

# HelpInfo URI of this module
# HelpInfoURI = ''
Expand Down
1 change: 1 addition & 0 deletions Source/PoshSSH/PoshSSH.Core/PoshSSH.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<AssemblyVersion>3.1.2.0</AssemblyVersion>
<FileVersion>3.1.2.0</FileVersion>
<Version>3.1.2</Version>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit e22a5c1

Please # to comment.