Skip to content

Commit

Permalink
Merge pull request #16 from IABTechLab/syw-bouncyCastle-upgrade
Browse files Browse the repository at this point in the history
SYW UID2-1655 upgrade BouncyCastle to BouncyCastle.Cryptography 2.2.1
  • Loading branch information
sunnywu authored Aug 17, 2023
2 parents 66a49d7 + 81ebe61 commit 12ca430
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion UID2.Client.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>UID2.Client</id>
<version>5.1.3</version>
<version>5.2.0</version>
<title>UID2 Client C# SDK</title>
<authors>UID2 team</authors>
<owners>UID2 team</owners>
Expand Down
2 changes: 1 addition & 1 deletion src/UID2.Client/UID2.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="BouncyCastle" Version="[1.7.0,2.0.0)" />
<PackageReference Include="BouncyCastle.Cryptography" Version="2.2.1" />
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="5.3.0" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/UID2.Client/UID2Client.cs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ public async Task<RefreshResponse> RefreshAsync(CancellationToken token)

private string GetAssemblyNameAndVersion()
{
var version = "5.1.3";
var version = "5.2.0";
return "uid-client-net-" + version;
}

Expand Down

0 comments on commit 12ca430

Please sign in to comment.