Skip to content

Commit 0807782

Browse files
authored
Merge pull request #528 from aws-powertools/idempotency-183-examples
chore: Update examples idempotency
2 parents 4394755 + 66a335c commit 0807782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Idempotency/src/HelloWorld/HelloWorld.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<PackageReference Include="Amazon.Lambda.Core" Version="2.1.0" />
99
<PackageReference Include="Amazon.Lambda.APIGatewayEvents" Version="2.6.0" />
1010
<PackageReference Include="Amazon.Lambda.Serialization.SystemTextJson" Version="2.3.1" />
11-
<PackageReference Include="AWS.Lambda.Powertools.Idempotency" Version="0.2.2-preview" />
11+
<PackageReference Include="AWS.Lambda.Powertools.Idempotency" Version="1.0.0" />
1212
<PackageReference Include="AWS.Lambda.Powertools.Logging" Version="1.4.4" />
1313
</ItemGroup>
1414
</Project>

0 commit comments

Comments
 (0)