We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7324446 commit deca737Copy full SHA for deca737
PowerShell/Module/AWSLambdaPSCore.psd1
@@ -12,7 +12,7 @@
12
RootModule = 'AWSLambdaPSCore.psm1'
13
14
# Version number of this module.
15
-ModuleVersion = '4.0.1.0'
+ModuleVersion = '4.0.2.0'
16
17
# Supported PSEditions
18
CompatiblePSEditions = 'Core'
PowerShell/Module/Templates/Blueprints/projectfile.csproj.txt
@@ -16,7 +16,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.PowerShell.SDK" Version="POWERSHELL_SDK_VERSION" />
19
- <PackageReference Include="Amazon.Lambda.Core" Version="2.2.0" />
20
- <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" />
21
</ItemGroup>
22
</Project>
0 commit comments