Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update default version of Microsoft.PowerShell.SDK to 7.4.5 #1838

Merged
merged 1 commit into from
Oct 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion PowerShell/Module/AWSLambdaPSCore.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'AWSLambdaPSCore.psm1'

# Version number of this module.
ModuleVersion = '4.0.2.0'
ModuleVersion = '4.0.3.0'

# Supported PSEditions
CompatiblePSEditions = 'Core'
Expand Down
2 changes: 1 addition & 1 deletion PowerShell/Module/Private/_Constants.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if (!($AwsPowerShellFunctionEnvName))

if (!($AwsPowerShellDefaultSdkVersion))
{
New-Variable -Name AwsPowerShellDefaultSdkVersion -Value '7.4.1' -Option Constant
New-Variable -Name AwsPowerShellDefaultSdkVersion -Value '7.4.5' -Option Constant
}

if (!($AwsPowerShellTargetFramework))
Expand Down
Loading