File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed
AwsEncryptionSDK/runtimes/net Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 4.1.1
4+
5+ ### Notes
6+
7+ Update .csproj files to prevent use of AWS-SDK-NET V4
8+
39## 4.1.0
410
511### Notes
Original file line number Diff line number Diff line change 88 <EnableDefaultCompileItems >false</EnableDefaultCompileItems >
99 <IsPackable >true</IsPackable >
1010
11- <Version >4.1.0 </Version >
11+ <Version >4.1.1 </Version >
1212
1313 <AssemblyName >AWS.Cryptography.EncryptionSDK</AssemblyName >
1414 <PackageId >AWS.Cryptography.EncryptionSDK</PackageId >
3030
3131 <ItemGroup >
3232 <!-- TODO: manually upgraded to match the latest from MPL, is that reasonable? -->
33- <PackageReference Include =" AWSSDK.Core" Version =" 3.7.*" />
34- <PackageReference Include =" DafnyRuntime" Version =" 4.9.0" />
35- <PackageReference Include =" BouncyCastle.Cryptography" Version =" 2.3.1" />
36- <ProjectReference Include =" ../../../mpl/AwsCryptographicMaterialProviders/runtimes/net/MPL.csproj" />
33+ <PackageReference Include =" DafnyRuntime" Version =" [4.9.0]" />
34+ <PackageReference Include =" AWS.Cryptography.MaterialProviders" Version =" [1.7.6]" />
3735 <!--
3836 System.Collections.Immutable can be removed once dafny.msbuild is updated with
3937 https://github.com/dafny-lang/dafny.msbuild/pull/10 and versioned
You can’t perform that action at this time.
0 commit comments