File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
src/OpenTelemetry.Instrumentation.AWS Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ * Update package references to AWS SDK to indicate that this library is not
6+ compatible with AWS SDK v4.
7+ ([ #2726 ] ( https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2726 ) )
8+
59## 1.11.2
610
711Released 2025-Mar-18
Original file line number Diff line number Diff line change 1818 </ItemGroup >
1919
2020 <ItemGroup >
21- <PackageReference Include =" AWSSDK.Core" Version =" 3.7.400" />
22- <PackageReference Include =" AWSSDK.SimpleNotificationService" Version =" 3.7.400" />
23- <PackageReference Include =" AWSSDK.SQS" Version =" 3.7.400" />
21+ <PackageReference Include =" AWSSDK.Core" Version =" [ 3.7.400, 4.0.0) " />
22+ <PackageReference Include =" AWSSDK.SimpleNotificationService" Version =" [ 3.7.400, 4.0.0) " />
23+ <PackageReference Include =" AWSSDK.SQS" Version =" [ 3.7.400, 4.0.0) " />
2424 </ItemGroup >
2525
2626 <ItemGroup >
You can’t perform that action at this time.
0 commit comments