File tree Expand file tree Collapse file tree 5 files changed +15
-11
lines changed
dafny/AwsEncryptionSdk/test Expand file tree Collapse file tree 5 files changed +15
-11
lines changed Original file line number Diff line number Diff line change 88 pr-ci-codegen :
99 uses : ./.github/workflows/library_codegen.yml
1010 with :
11- dafny : ' 4.8 .0'
11+ dafny : ' 4.9 .0'
1212 pr-ci-verification :
1313 uses : ./.github/workflows/library_dafny_verification.yml
1414 with :
15- dafny : ' 4.8 .0'
15+ dafny : ' 4.9 .0'
1616 # pr-ci-java:
1717 # uses: ./.github/workflows/library_java_tests.yml
1818 # with:
1919 # dafny: '4.2.0'
2020 pr-ci-net :
2121 uses : ./.github/workflows/library_net_tests.yml
2222 with :
23- dafny : ' 4.8 .0'
23+ dafny : ' 4.9 .0'
2424 pr-test-vectors :
2525 uses : ./.github/workflows/library_interop_tests.yml
2626 with :
27- dafny : ' 4.8 .0'
27+ dafny : ' 4.9 .0'
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ module Fixtures {
2020
2121 const branchKeyStoreName := "KeyStoreDdbTable"
2222 const logicalKeyStoreName := branchKeyStoreName
23- const branchKeyId := "75789115 - 1deb - 4fe3 - a2ec - be9e885d1945 "
23+ const branchKeyId := "3f43a9af - 08c5 - 4317 - b694 - 3d3e883dcaef "
2424
2525 // UTF-8 encoded "aws-crypto-"
2626 const RESERVED_ENCRYPTION_CONTEXT: UTF8. ValidUTF8Bytes :=
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.8.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