We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f110dd2 commit aa3949bCopy full SHA for aa3949b
UID2.Client.nuspec
@@ -2,7 +2,7 @@
2
<package>
3
<metadata>
4
<id>UID2.Client</id>
5
- <version>5.3.0</version>
+ <version>5.3.1</version>
6
<title>UID2 Client C# SDK</title>
7
<authors>UID2 team</authors>
8
<owners>UID2 team</owners>
src/UID2.Client/UID2Client.cs
@@ -134,7 +134,7 @@ public async Task<RefreshResponse> RefreshAsync(CancellationToken token)
134
135
private string GetAssemblyNameAndVersion()
136
{
137
- var version = "5.3.0";
+ var version = "5.3.1";
138
return "uid-client-net-" + version;
139
}
140
0 commit comments