Skip to content

Commit

Permalink
Merge branch 'release/3.414.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
vc-ci committed Sep 15, 2023
2 parents 9aea930 + ea62209 commit 2eeff9d
Show file tree
Hide file tree
Showing 16 changed files with 6,172 additions and 18 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project>
<!-- These properties will be shared for all projects -->
<PropertyGroup>
<VersionPrefix>3.413.0</VersionPrefix>
<VersionPrefix>3.414.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
<VersionSuffix Condition=" '$(VersionSuffix)' != '' AND '$(BuildNumber)' != '' ">$(VersionSuffix)-$(BuildNumber)</VersionSuffix>
</PropertyGroup>
Expand Down
1 change: 1 addition & 0 deletions src/VirtoCommerce.OrdersModule.Core/Model/LineItem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ public class LineItem : AuditableEntity, IHasTaxDetalization, ISupportCancellati
public string CategoryId { get; set; }

public string Name { get; set; }
public string ProductOuterId { get; set; }
public string Comment { get; set; }
public string Status { get; set; }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
<PackageReference Include="VirtoCommerce.CartModule.Core" Version="3.403.0" />
<PackageReference Include="VirtoCommerce.CartModule.Core" Version="3.404.0" />
<PackageReference Include="VirtoCommerce.CoreModule.Core" Version="3.400.0" />
<PackageReference Include="VirtoCommerce.CustomerModule.Core" Version="3.400.0" />
<PackageReference Include="VirtoCommerce.NotificationsModule.Core" Version="3.400.0" />
Expand Down
Loading

0 comments on commit 2eeff9d

Please sign in to comment.