Skip to content

Commit 0d9b2fa

Browse files
committed
chore(dotnet): prepare for 4.1.1 release
1 parent 1688e6b commit 0d9b2fa

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

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.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

mpl

Submodule mpl updated from 70e5809 to df37a70

0 commit comments

Comments
 (0)