Skip to content

Commit 12ca430

Browse files
authored
Merge pull request #16 from IABTechLab/syw-bouncyCastle-upgrade
SYW UID2-1655 upgrade BouncyCastle to BouncyCastle.Cryptography 2.2.1
2 parents 66a49d7 + 81ebe61 commit 12ca430

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

UID2.Client.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package>
33
<metadata>
44
<id>UID2.Client</id>
5-
<version>5.1.3</version>
5+
<version>5.2.0</version>
66
<title>UID2 Client C# SDK</title>
77
<authors>UID2 team</authors>
88
<owners>UID2 team</owners>

src/UID2.Client/UID2.Client.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</ItemGroup>
1818

1919
<ItemGroup>
20-
<PackageReference Include="BouncyCastle" Version="[1.7.0,2.0.0)" />
20+
<PackageReference Include="BouncyCastle.Cryptography" Version="2.2.1" />
2121
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="5.3.0" />
2222
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
2323
</ItemGroup>

src/UID2.Client/UID2Client.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ public async Task<RefreshResponse> RefreshAsync(CancellationToken token)
124124

125125
private string GetAssemblyNameAndVersion()
126126
{
127-
var version = "5.1.3";
127+
var version = "5.2.0";
128128
return "uid-client-net-" + version;
129129
}
130130

0 commit comments

Comments
 (0)