Skip to content

Commit

Permalink
Merge master into release-0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
sushantmimani authored May 10, 2022
2 parents f0b67fc + 94f3aab commit e9e3114
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions csharp/AppEncryption/Crypto/Crypto.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
</PropertyGroup>
<ItemGroup Label="Package References">
<PackageReference Include="BouncyCastle.NetCore" Version="1.8.10" />
<PackageReference Include="GoDaddy.Asherah.Logging" Version="0.1.3" />
<PackageReference Include="GoDaddy.Asherah.SecureMemory" Version="0.2.0" />
<PackageReference Include="GoDaddy.Asherah.Logging" Version="0.1.4" />
<PackageReference Include="GoDaddy.Asherah.SecureMemory" Version="0.2.1" />
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118" PrivateAssets="all" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion csharp/AppEncryption/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<Version>0.2.6</Version>
<Version>0.2.7</Version>
</PropertyGroup>
</Project>

0 comments on commit e9e3114

Please sign in to comment.