Skip to content

Commit

Permalink
v2.1.2
Browse files Browse the repository at this point in the history
Fix bug with two -ErrorAction Stop calls when using a key password and not in a credentials object. Syntax error for that scenario.
  • Loading branch information
EliteLoser authored Feb 22, 2018
1 parent 3a09dff commit 79704b5
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions SSHSessions.psd1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Module manifest for module 'SSHSessions'
# Module manifest for module 'PSGET_SSHSessions'
#
# Generated by: Joakim Borger Svendsen
#
Expand All @@ -20,14 +20,16 @@
# v2.1.1 - Fix a bug that caused the calling scripts to terminate when
# Get-SshSession and Remove-SshSession -RemoveAll were called (tested on PS v5.1).
# Worked around.
# v2.1.2 - Fix bug with two -ErrorAction Stop calls when using a key password and not
# in a credentials object. Syntax error for that scenario.

@{

# Script module or binary module file associated with this manifest.
RootModule = 'SSHSessions.psm1'

# Version number of this module.
ModuleVersion = '2.1.1'
ModuleVersion = '2.1.2'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -123,8 +125,8 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = '# v2.1.1 - Fix a bug that caused the calling scripts to terminate when
# Get-SshSession and Remove-SshSession -RemoveAll were called (tested on PS v5.1). Worked around.'
ReleaseNotes = '# v2.1.2. Fix bug with two -ErrorAction Stop calls when using a key password not
in a credentials object. Syntax error for that scenario.'

# External dependent modules of this module
# ExternalModuleDependencies = ''
Expand All @@ -140,3 +142,4 @@ PrivateData = @{
# DefaultCommandPrefix = ''

}

0 comments on commit 79704b5

Please sign in to comment.