From 38503f67a6a79100bf3b1f602bb406285784eb50 Mon Sep 17 00:00:00 2001
From: Darwin Chowdary <39110935+imabhichow@users.noreply.github.com>
Date: Mon, 13 Oct 2025 22:53:53 -0700
Subject: [PATCH 1/3] prepare for 4.1.1 release
---
.github/workflows/pull.yml | 8 ++++----
AwsEncryptionSDK/dafny/AwsEncryptionSdk/test/Fixtures.dfy | 2 +-
AwsEncryptionSDK/runtimes/net/CHANGELOG.md | 6 ++++++
AwsEncryptionSDK/runtimes/net/ESDK.csproj | 8 +++-----
mpl | 2 +-
5 files changed, 15 insertions(+), 11 deletions(-)
diff --git a/.github/workflows/pull.yml b/.github/workflows/pull.yml
index 655eea31c..c3f63bad2 100644
--- a/.github/workflows/pull.yml
+++ b/.github/workflows/pull.yml
@@ -8,11 +8,11 @@ jobs:
pr-ci-codegen:
uses: ./.github/workflows/library_codegen.yml
with:
- dafny: '4.8.0'
+ dafny: '4.9.0'
pr-ci-verification:
uses: ./.github/workflows/library_dafny_verification.yml
with:
- dafny: '4.8.0'
+ dafny: '4.9.0'
# pr-ci-java:
# uses: ./.github/workflows/library_java_tests.yml
# with:
@@ -20,8 +20,8 @@ jobs:
pr-ci-net:
uses: ./.github/workflows/library_net_tests.yml
with:
- dafny: '4.8.0'
+ dafny: '4.9.0'
pr-test-vectors:
uses: ./.github/workflows/library_interop_tests.yml
with:
- dafny: '4.8.0'
+ dafny: '4.9.0'
diff --git a/AwsEncryptionSDK/dafny/AwsEncryptionSdk/test/Fixtures.dfy b/AwsEncryptionSDK/dafny/AwsEncryptionSdk/test/Fixtures.dfy
index a7d7d5652..f73045a5a 100644
--- a/AwsEncryptionSDK/dafny/AwsEncryptionSdk/test/Fixtures.dfy
+++ b/AwsEncryptionSDK/dafny/AwsEncryptionSdk/test/Fixtures.dfy
@@ -20,7 +20,7 @@ module Fixtures {
const branchKeyStoreName := "KeyStoreDdbTable"
const logicalKeyStoreName := branchKeyStoreName
- const branchKeyId := "75789115-1deb-4fe3-a2ec-be9e885d1945"
+ const branchKeyId := "3f43a9af-08c5-4317-b694-3d3e883dcaef"
// UTF-8 encoded "aws-crypto-"
const RESERVED_ENCRYPTION_CONTEXT: UTF8.ValidUTF8Bytes :=
diff --git a/AwsEncryptionSDK/runtimes/net/CHANGELOG.md b/AwsEncryptionSDK/runtimes/net/CHANGELOG.md
index bf9b9eb6a..da1d67eb2 100644
--- a/AwsEncryptionSDK/runtimes/net/CHANGELOG.md
+++ b/AwsEncryptionSDK/runtimes/net/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## 4.1.1
+
+### Notes
+
+Update .csproj files to prevent use of AWS-SDK-NET V4
+
## 4.1.0
### Notes
diff --git a/AwsEncryptionSDK/runtimes/net/ESDK.csproj b/AwsEncryptionSDK/runtimes/net/ESDK.csproj
index c2abb450e..81cf2982e 100644
--- a/AwsEncryptionSDK/runtimes/net/ESDK.csproj
+++ b/AwsEncryptionSDK/runtimes/net/ESDK.csproj
@@ -8,7 +8,7 @@
false
true
- 4.1.0
+ 4.1.1
AWS.Cryptography.EncryptionSDK
AWS.Cryptography.EncryptionSDK
@@ -30,10 +30,8 @@
-
-
-
-
+
+