Skip to content

Commit

Permalink
Update PowerShell Lambda blueprints to reference the latest Amazon.La…
Browse files Browse the repository at this point in the history
…mbda.PowerShellHost and Amazon.Lambda.Core packages.
  • Loading branch information
ashishdhingra committed Sep 26, 2024
1 parent 79c42c9 commit 15c562f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.1.0'
ModuleVersion = '4.0.2.0'

# Supported PSEditions
CompatiblePSEditions = 'Core'
Expand Down
4 changes: 2 additions & 2 deletions PowerShell/Module/Templates/Blueprints/projectfile.csproj.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.PowerShell.SDK" Version="POWERSHELL_SDK_VERSION" />

<PackageReference Include="Amazon.Lambda.Core" Version="2.2.0" />
<PackageReference Include="Amazon.Lambda.PowerShellHost" Version="3.0.0" />
<PackageReference Include="Amazon.Lambda.Core" Version="2.3.0" />
<PackageReference Include="Amazon.Lambda.PowerShellHost" Version="3.0.1" />
</ItemGroup>
</Project>

0 comments on commit 15c562f

Please sign in to comment.