Skip to content

Commit 16de128

Browse files
authored
Merge pull request #1590 from chief-micco/appencryption-release
Release AppEncryption 0.9.0
2 parents f5bebfb + 708fbe0 commit 16de128

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

csharp/AppEncryption/Crypto/Crypto.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</PropertyGroup>
2323
<ItemGroup Label="Package References">
2424
<PackageReference Include="BouncyCastle.Cryptography" Version="2.6.2" />
25-
<PackageReference Include="GoDaddy.Asherah.SecureMemory" Version="0.4.0" />
25+
<PackageReference Include="GoDaddy.Asherah.SecureMemory" Version="0.5.0" />
2626
<PackageReference Include="System.Text.Encodings.Web" Version="10.0.0" />
2727
<PackageReference Include="System.Text.Json" Version="10.0.0" />
2828
</ItemGroup>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>0.8.0</Version>
3+
<Version>0.9.0</Version>
44
</PropertyGroup>
55
</Project>

0 commit comments

Comments
 (0)