Skip to content

Commit

Permalink
Merge pull request #479 from aws-powertools/hjgraca-update-examples-1…
Browse files Browse the repository at this point in the history
….7.0
  • Loading branch information
hjgraca authored Sep 15, 2023
2 parents 7b9561c + f5ab14a commit 6546fab
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions examples/Idempotency/src/HelloWorld/HelloWorld.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<PackageReference Include="Amazon.Lambda.Core" Version="2.1.0" />
<PackageReference Include="Amazon.Lambda.APIGatewayEvents" Version="2.6.0" />
<PackageReference Include="Amazon.Lambda.Serialization.SystemTextJson" Version="2.3.1" />
<PackageReference Include="AWS.Lambda.Powertools.Idempotency" Version="0.0.2-preview" />
<PackageReference Include="AWS.Lambda.Powertools.Logging" Version="1.2.0" />
<PackageReference Include="AWS.Lambda.Powertools.Idempotency" Version="0.2.0-preview" />
<PackageReference Include="AWS.Lambda.Powertools.Logging" Version="1.3.0" />
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.200.23" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion examples/Logging/src/HelloWorld/HelloWorld.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PackageReference Include="Amazon.Lambda.Core" Version="2.1.0" />
<PackageReference Include="Amazon.Lambda.APIGatewayEvents" Version="2.6.0" />
<PackageReference Include="Amazon.Lambda.Serialization.SystemTextJson" Version="2.3.1" />
<PackageReference Include="AWS.Lambda.Powertools.Logging" Version="1.2.0" />
<PackageReference Include="AWS.Lambda.Powertools.Logging" Version="1.3.0" />
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.200.23" />
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions examples/Metrics/src/HelloWorld/HelloWorld.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<PackageReference Include="Amazon.Lambda.Core" Version="2.1.0" />
<PackageReference Include="Amazon.Lambda.APIGatewayEvents" Version="2.6.0" />
<PackageReference Include="Amazon.Lambda.Serialization.SystemTextJson" Version="2.3.1" />
<PackageReference Include="AWS.Lambda.Powertools.Logging" Version="1.2.0" />
<PackageReference Include="AWS.Lambda.Powertools.Metrics" Version="1.3.3" />
<PackageReference Include="AWS.Lambda.Powertools.Logging" Version="1.3.0" />
<PackageReference Include="AWS.Lambda.Powertools.Metrics" Version="1.4.0" />
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.200.23" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion examples/Parameters/src/HelloWorld/HelloWorld.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
<PackageReference Include="Amazon.Lambda.Core" Version="2.1.0" />
<PackageReference Include="Amazon.Lambda.APIGatewayEvents" Version="2.6.0" />
<PackageReference Include="Amazon.Lambda.Serialization.SystemTextJson" Version="2.3.0" />
<PackageReference Include="AWS.Lambda.Powertools.Parameters" Version="1.0.0" />
<PackageReference Include="AWS.Lambda.Powertools.Parameters" Version="1.1.0" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Amazon.Lambda.AspNetCoreServer" Version="8.1.0" />
<PackageReference Include="AWS.Lambda.Powertools.Logging" Version="1.2.0" />
<PackageReference Include="AWS.Lambda.Powertools.Metrics" Version="1.3.3" />
<PackageReference Include="AWS.Lambda.Powertools.Tracing" Version="1.2.0" />
<PackageReference Include="AWS.Lambda.Powertools.Logging" Version="1.3.0" />
<PackageReference Include="AWS.Lambda.Powertools.Metrics" Version="1.4.0" />
<PackageReference Include="AWS.Lambda.Powertools.Tracing" Version="1.3.0" />
</ItemGroup>
</Project>
</Project>
4 changes: 2 additions & 2 deletions examples/Tracing/src/HelloWorld/HelloWorld.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<PackageReference Include="Amazon.Lambda.Core" Version="2.1.0" />
<PackageReference Include="Amazon.Lambda.APIGatewayEvents" Version="2.6.0" />
<PackageReference Include="Amazon.Lambda.Serialization.SystemTextJson" Version="2.3.1" />
<PackageReference Include="AWS.Lambda.Powertools.Logging" Version="1.2.0" />
<PackageReference Include="AWS.Lambda.Powertools.Tracing" Version="1.2.0" />
<PackageReference Include="AWS.Lambda.Powertools.Logging" Version="1.3.0" />
<PackageReference Include="AWS.Lambda.Powertools.Tracing" Version="1.3.0" />
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.200.23" />
</ItemGroup>
</Project>

0 comments on commit 6546fab

Please sign in to comment.