Skip to content

Commit 643f49e

Browse files
committed
Merge branch 'release/3.829.0'
2 parents 145081a + 53e3212 commit 643f49e

File tree

4 files changed

+212
-77
lines changed

4 files changed

+212
-77
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.828.0</VersionPrefix>
5+
<VersionPrefix>3.829.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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public class Contact : Member, IHasSecurityAccounts, IHasPersonName, IHasOrganiz
99
{
1010
public Contact()
1111
{
12-
//Retain Contact as discriminator in case of derived types must have the same MemberType
12+
//Retain Contact as discriminator in case of derived types must have the same MemberType
1313
MemberType = nameof(Contact);
1414
}
1515

0 commit comments

Comments
 (0)