File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
DynamoDbEncryption/runtimes/net Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 3.7.1]
4+
5+ Pin DynamoDb and aws sdk version < 4.x
6+
37## [ 3.7.0] ( https://github.com/aws/aws-database-encryption-sdk-dynamodb/compare/v3.6.2...v3.7.0 ) (2024-09-17)
48
59### Features
Original file line number Diff line number Diff line change 33[ assembly: AssemblyTitle ( "AWS.Cryptography.DbEncryptionSDK.DynamoDb" ) ]
44
55// This should be kept in sync with the version number in MPL.csproj
6- [ assembly: AssemblyVersion ( "3.7.0 " ) ]
6+ [ assembly: AssemblyVersion ( "3.7.1 " ) ]
77
Original file line number Diff line number Diff line change 55 <GenerateAssemblyInfo >false</GenerateAssemblyInfo >
66 <IsPackable >true</IsPackable >
77
8- <Version >3.7.0 </Version >
8+ <Version >3.7.1 </Version >
99
1010 <AssemblyName >AWS.Cryptography.DbEncryptionSDK.DynamoDb</AssemblyName >
1111 <PackageId >AWS.Cryptography.DbEncryptionSDK.DynamoDb</PackageId >
5757 </PropertyGroup >
5858
5959 <ItemGroup >
60- <PackageReference Include =" AWSSDK.DynamoDBv2" Version =" 3.7.402.2" />
61- <PackageReference Include =" AWSSDK.Core" Version =" 3.7.400.38" />
60+ <PackageReference Include =" AWSSDK.DynamoDBv2" Version =" [3.7.*, 4.0)" />
6261 <PackageReference Include =" DafnyRuntime" Version =" $(DafnyVersion)" />
6362 <ProjectReference Include =" ../../../submodules/MaterialProviders/AwsCryptographicMaterialProviders/runtimes/net/MPL.csproj" />
6463 <!--
You can’t perform that action at this time.
0 commit comments