From 15c562f541a2e997f11357d71fdc90c0ee4d223d Mon Sep 17 00:00:00 2001 From: Ashish Dhingra <67916761+ashishdhingra@users.noreply.github.com> Date: Thu, 26 Sep 2024 11:01:00 -0700 Subject: [PATCH] Update PowerShell Lambda blueprints to reference the latest Amazon.Lambda.PowerShellHost and Amazon.Lambda.Core packages. --- PowerShell/Module/AWSLambdaPSCore.psd1 | 2 +- PowerShell/Module/Templates/Blueprints/projectfile.csproj.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PowerShell/Module/AWSLambdaPSCore.psd1 b/PowerShell/Module/AWSLambdaPSCore.psd1 index 639a2c3df..50f121127 100644 --- a/PowerShell/Module/AWSLambdaPSCore.psd1 +++ b/PowerShell/Module/AWSLambdaPSCore.psd1 @@ -12,7 +12,7 @@ RootModule = 'AWSLambdaPSCore.psm1' # Version number of this module. -ModuleVersion = '4.0.1.0' +ModuleVersion = '4.0.2.0' # Supported PSEditions CompatiblePSEditions = 'Core' diff --git a/PowerShell/Module/Templates/Blueprints/projectfile.csproj.txt b/PowerShell/Module/Templates/Blueprints/projectfile.csproj.txt index ee16cd0db..394a7e34f 100644 --- a/PowerShell/Module/Templates/Blueprints/projectfile.csproj.txt +++ b/PowerShell/Module/Templates/Blueprints/projectfile.csproj.txt @@ -16,7 +16,7 @@ - - + + \ No newline at end of file