Skip to content

Commit 38503f6

Browse files
committed
prepare for 4.1.1 release
1 parent 0067712 commit 38503f6

File tree

5 files changed

+15
-11
lines changed

5 files changed

+15
-11
lines changed

.github/workflows/pull.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@ jobs:
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'

AwsEncryptionSDK/dafny/AwsEncryptionSdk/test/Fixtures.dfy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 :=

AwsEncryptionSDK/runtimes/net/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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

AwsEncryptionSDK/runtimes/net/ESDK.csproj

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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>
@@ -30,10 +30,8 @@
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

mpl

Submodule mpl updated from 71cf953 to 1f2351f

0 commit comments

Comments
 (0)