Skip to content

Commit deca737

Browse files
committed
Update PowerShell Lambda blueprints to reference the latest Amazon.Lambda.PowerShellHost and Amazon.Lambda.Core packages.
1 parent 7324446 commit deca737

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.1.0'
15+
ModuleVersion = '4.0.2.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core'

PowerShell/Module/Templates/Blueprints/projectfile.csproj.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<ItemGroup>
1717
<PackageReference Include="Microsoft.PowerShell.SDK" Version="POWERSHELL_SDK_VERSION" />
1818

19-
<PackageReference Include="Amazon.Lambda.Core" Version="2.2.0" />
20-
<PackageReference Include="Amazon.Lambda.PowerShellHost" Version="3.0.0" />
19+
<PackageReference Include="Amazon.Lambda.Core" Version="2.3.0" />
20+
<PackageReference Include="Amazon.Lambda.PowerShellHost" Version="3.0.1" />
2121
</ItemGroup>
2222
</Project>

0 commit comments

Comments
 (0)