Skip to content

Commit d0a84f2

Browse files
authored
Update default version of Microsoft.PowerShell.SDK to 7.4.5 (#1838)
1 parent 6a81a11 commit d0a84f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PowerShell/Module/AWSLambdaPSCore.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'AWSLambdaPSCore.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '4.0.2.0'
15+
ModuleVersion = '4.0.3.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core'

PowerShell/Module/Private/_Constants.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if (!($AwsPowerShellFunctionEnvName))
2020

2121
if (!($AwsPowerShellDefaultSdkVersion))
2222
{
23-
New-Variable -Name AwsPowerShellDefaultSdkVersion -Value '7.4.1' -Option Constant
23+
New-Variable -Name AwsPowerShellDefaultSdkVersion -Value '7.4.5' -Option Constant
2424
}
2525

2626
if (!($AwsPowerShellTargetFramework))

0 commit comments

Comments
 (0)