Skip to content

Commit

Permalink
Merge pull request #600 from aws-powertools/hjgraca-examples-1.10.1
Browse files Browse the repository at this point in the history
chore: Update examples for release 1.10.1
  • Loading branch information
hjgraca authored May 29, 2024
2 parents dfd31d4 + e673404 commit a1a53c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/Metrics/src/HelloWorld/HelloWorld.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PackageReference Include="Amazon.Lambda.APIGatewayEvents" Version="2.7.0" />
<PackageReference Include="Amazon.Lambda.Serialization.SystemTextJson" Version="2.4.1" />
<PackageReference Include="AWS.Lambda.Powertools.Logging" Version="1.5.1" />
<PackageReference Include="AWS.Lambda.Powertools.Metrics" Version="1.6.1" />
<PackageReference Include="AWS.Lambda.Powertools.Metrics" Version="1.6.2" />
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.301.18" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<ItemGroup>
<PackageReference Include="Amazon.Lambda.AspNetCoreServer" Version="9.0.0" />
<PackageReference Include="AWS.Lambda.Powertools.Logging" Version="1.5.1" />
<PackageReference Include="AWS.Lambda.Powertools.Metrics" Version="1.6.1" />
<PackageReference Include="AWS.Lambda.Powertools.Metrics" Version="1.6.2" />
<PackageReference Include="AWS.Lambda.Powertools.Tracing" Version="1.4.2" />
</ItemGroup>
</Project>

0 comments on commit a1a53c2

Please sign in to comment.