Skip to content

Commit 145081a

Browse files
committed
Merge branch 'release/3.828.0'
2 parents c90373e + 2e4ca9f commit 145081a

File tree

14 files changed

+2822
-5
lines changed

14 files changed

+2822
-5
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project>
33
<!-- These properties will be shared for all projects -->
44
<PropertyGroup>
5-
<VersionPrefix>3.827.0</VersionPrefix>
5+
<VersionPrefix>3.828.0</VersionPrefix>
66
<VersionSuffix>
77
</VersionSuffix>
88
<VersionSuffix Condition=" '$(VersionSuffix)' != '' AND '$(BuildNumber)' != '' ">$(VersionSuffix)-$(BuildNumber)</VersionSuffix>

src/VirtoCommerce.CustomerModule.Core/Model/Contact.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ public Contact()
2727
public IList<string> AssociatedOrganizations { get; set; }
2828
public string DefaultOrganizationId { get; set; }
2929
public string CurrentOrganizationId { get; set; }
30+
public string SelectedAddressId { get; set; }
3031

3132
public string TaxPayerId { get; set; }
3233
public string PreferredDelivery { get; set; }

0 commit comments

Comments
 (0)