Skip to content

Commit

Permalink
Merge pull request #262 from awslabs/chorebump-version-1.2.0-release
Browse files Browse the repository at this point in the history
chore: bump examples version to 1.2.0 release
  • Loading branch information
amirkaws authored May 9, 2023
2 parents a9f961d + 425bd8f commit dc745e2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions 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.5.0" />
<PackageReference Include="Amazon.Lambda.Serialization.SystemTextJson" Version="2.3.0" />
<PackageReference Include="AWS.Lambda.Powertools.Logging" Version="1.0.1" />
<PackageReference Include="AWS.Lambda.Powertools.Logging" Version="1.1.0" />
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.101.14" />
</ItemGroup>
</Project>
</Project>
6 changes: 3 additions & 3 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.5.0" />
<PackageReference Include="Amazon.Lambda.Serialization.SystemTextJson" Version="2.3.0" />
<PackageReference Include="AWS.Lambda.Powertools.Logging" Version="1.0.1" />
<PackageReference Include="AWS.Lambda.Powertools.Metrics" Version="1.0.1" />
<PackageReference Include="AWS.Lambda.Powertools.Logging" Version="1.1.0" />
<PackageReference Include="AWS.Lambda.Powertools.Metrics" Version="1.2.0" />
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.101.14" />
</ItemGroup>
</Project>
</Project>
6 changes: 3 additions & 3 deletions examples/Tracing/src/HelloWorld/HelloWorld.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
<PackageReference Include="Amazon.Lambda.Core" Version="2.1.0" />
<PackageReference Include="Amazon.Lambda.APIGatewayEvents" Version="2.5.0" />
<PackageReference Include="Amazon.Lambda.Serialization.SystemTextJson" Version="2.3.0" />
<PackageReference Include="AWS.Lambda.Powertools.Logging" Version="1.0.1" />
<PackageReference Include="AWS.Lambda.Powertools.Tracing" Version="1.0.1" />
<PackageReference Include="AWS.Lambda.Powertools.Logging" Version="1.1.0" />
<PackageReference Include="AWS.Lambda.Powertools.Tracing" Version="1.1.0" />
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.101.14" />
<PackageReference Include="AWSXRayRecorder.Handlers.AwsSdk" Version="2.11.0" />
</ItemGroup>
</Project>
</Project>

0 comments on commit dc745e2

Please sign in to comment.