Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/dev' into VCST-381
Browse files Browse the repository at this point in the history
artem-dudarev committed Feb 16, 2024
2 parents ae91f94 + d4d5268 commit e1d7ba8
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
<Authors>VirtoCommerce</Authors>
</PropertyGroup>
<PropertyGroup>
<VersionPrefix>6.38.0</VersionPrefix>
<VersionPrefix>6.39.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
<VersionSuffix Condition=" '$(VersionSuffix)' != '' AND '$(BuildNumber)' != '' ">$(VersionSuffix)-$(BuildNumber)</VersionSuffix>
</PropertyGroup>
Original file line number Diff line number Diff line change
@@ -65,6 +65,7 @@ protected void AddCurrentUser(HttpRequestMessage request)
else
{
request.Headers.Add("VirtoCommerce-User-Name", "Anonymous");
request.Headers.Add("VirtoCommerce-Anonymous-User-Id", currentUser?.Id);
}
}
}

0 comments on commit e1d7ba8

Please sign in to comment.