We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4394755 + 66a335c commit 0807782Copy full SHA for 0807782
examples/Idempotency/src/HelloWorld/HelloWorld.csproj
@@ -8,7 +8,7 @@
8
<PackageReference Include="Amazon.Lambda.Core" Version="2.1.0" />
9
<PackageReference Include="Amazon.Lambda.APIGatewayEvents" Version="2.6.0" />
10
<PackageReference Include="Amazon.Lambda.Serialization.SystemTextJson" Version="2.3.1" />
11
- <PackageReference Include="AWS.Lambda.Powertools.Idempotency" Version="0.2.2-preview" />
+ <PackageReference Include="AWS.Lambda.Powertools.Idempotency" Version="1.0.0" />
12
<PackageReference Include="AWS.Lambda.Powertools.Logging" Version="1.4.4" />
13
</ItemGroup>
14
</Project>
0 commit comments