Skip to content

Commit

Permalink
Merge branch 'release/6.25.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
vc-ci committed Jul 31, 2023
2 parents 26343ce + f23e3ff commit e9a4f99
Show file tree
Hide file tree
Showing 4 changed files with 477 additions and 107 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Authors>VirtoCommerce</Authors>
</PropertyGroup>
<PropertyGroup>
<VersionPrefix>6.24.0</VersionPrefix>
<VersionPrefix>6.25.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
<VersionSuffix Condition=" '$(VersionSuffix)' != '' AND '$(BuildNumber)' != '' ">$(VersionSuffix)-$(BuildNumber)</VersionSuffix>
</PropertyGroup>
Expand Down
2 changes: 2 additions & 0 deletions VirtoCommerce.Storefront.Model/Customer/Contact.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ public partial class Contact : Member

public string Salutation { get; set; }

public string Status { get; set; }

public string PhotoUrl { get; set; }

public string TimeZone { get; set; }
Expand Down
Loading

0 comments on commit e9a4f99

Please sign in to comment.