Skip to content

Commit e04e755

Browse files
committed
Updated SDK version to 5.2.12
1 parent 935b536 commit e04e755

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.2.11</version>
5+
<version>5.2.12</version>
66
<title>UID2 Client C# SDK</title>
77
<authors>UID2 team</authors>
88
<owners>UID2 team</owners>

src/UID2.Client/UID2Client.cs

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

135135
private string GetAssemblyNameAndVersion()
136136
{
137-
var version = "5.2.11";
137+
var version = "5.2.12";
138138
return "uid-client-net-" + version;
139139
}
140140

0 commit comments

Comments
 (0)