File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments