Skip to content

Commit

Permalink
upgrades deps, bump version
Browse files Browse the repository at this point in the history
GoDaddy.Asherah.Logging -> 0.1.6
GoDaddy.Asherah.SecureMemory -> 0.2.5
System.Text.Json -> 9.0.1

package version -> 0.2.11
  • Loading branch information
aka-bo committed Jan 23, 2025
1 parent 77b0233 commit 180f379
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion csharp/AppEncryption/AppEncryption/AppEncryption.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<PackageReference Include="App.Metrics" Version="4.3.0" />
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118" PrivateAssets="all" />
<PackageReference Include="System.Text.Encodings.Web" Version="9.0.1" />
<PackageReference Include="System.Text.Json" Version="8.0.5" />
<PackageReference Include="System.Text.Json" Version="9.0.1" />
</ItemGroup>
<ItemGroup Label="Project References">
<ProjectReference Include="../Crypto/Crypto.csproj" />
Expand Down
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="2.2.1" />
<PackageReference Include="GoDaddy.Asherah.Logging" Version="0.1.5" />
<PackageReference Include="GoDaddy.Asherah.SecureMemory" Version="0.2.4" />
<PackageReference Include="GoDaddy.Asherah.Logging" Version="0.1.6" />
<PackageReference Include="GoDaddy.Asherah.SecureMemory" Version="0.2.5" />
<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.10</Version>
<Version>0.2.11</Version>
</PropertyGroup>
</Project>

0 comments on commit 180f379

Please sign in to comment.