Skip to content

Commit

Permalink
Bump version to 5.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
cYKatherine committed Mar 7, 2024
1 parent 41decfe commit 8e9ffe7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion UID2.Client.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>UID2.Client</id>
<version>5.4.0</version>
<version>5.4.7</version>
<title>UID2 Client C# SDK</title>
<authors>UID2 team</authors>
<owners>UID2 team</owners>
Expand Down
2 changes: 1 addition & 1 deletion src/UID2.Client/UID2Client.cs
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public async Task<RefreshResponse> RefreshAsync(CancellationToken token)

private string GetAssemblyNameAndVersion()
{
var version = "5.4.0";
var version = "5.4.7";
return "uid-client-net-" + version;
}

Expand Down

0 comments on commit 8e9ffe7

Please sign in to comment.