From 3a7be8b3bd1c732570767e6f7cecc41ad9d8ff8c Mon Sep 17 00:00:00 2001 From: Sunny Wu Date: Wed, 16 Aug 2023 15:18:06 +1000 Subject: [PATCH 1/2] upgrade BouncyCastle to BouncyCastle.Cryptography 2.2.1 --- src/UID2.Client/UID2.Client.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/UID2.Client/UID2.Client.csproj b/src/UID2.Client/UID2.Client.csproj index dc2ab19..16ccdb3 100644 --- a/src/UID2.Client/UID2.Client.csproj +++ b/src/UID2.Client/UID2.Client.csproj @@ -17,7 +17,7 @@ - + From 81ebe61dabffac8f7191eb17f848e914d6bdec52 Mon Sep 17 00:00:00 2001 From: Sunny Wu Date: Wed, 16 Aug 2023 15:23:59 +1000 Subject: [PATCH 2/2] upgrade uid2 client sdk to 5.2.0 --- UID2.Client.nuspec | 2 +- src/UID2.Client/UID2Client.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/UID2.Client.nuspec b/UID2.Client.nuspec index 5e1920b..3782ffa 100644 --- a/UID2.Client.nuspec +++ b/UID2.Client.nuspec @@ -2,7 +2,7 @@ UID2.Client - 5.1.3 + 5.2.0 UID2 Client C# SDK UID2 team UID2 team diff --git a/src/UID2.Client/UID2Client.cs b/src/UID2.Client/UID2Client.cs index 90c8d0e..11be942 100644 --- a/src/UID2.Client/UID2Client.cs +++ b/src/UID2.Client/UID2Client.cs @@ -124,7 +124,7 @@ public async Task RefreshAsync(CancellationToken token) private string GetAssemblyNameAndVersion() { - var version = "5.1.3"; + var version = "5.2.0"; return "uid-client-net-" + version; }