Skip to content

Commit

Permalink
Merge branch 'release/3.812.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
vc-ci committed Nov 19, 2024
2 parents c86597c + a2c43f1 commit 79f2941
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 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.811.0</VersionPrefix>
<VersionPrefix>3.812.0</VersionPrefix>
<VersionSuffix>
</VersionSuffix>
<VersionSuffix Condition=" '$(VersionSuffix)' != '' AND '$(BuildNumber)' != '' ">$(VersionSuffix)-$(BuildNumber)</VersionSuffix>
Expand Down
1 change: 1 addition & 0 deletions src/VirtoCommerce.CoreModule.Core/Common/Discount.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ public class Discount : Entity, ICloneable
public virtual decimal DiscountAmountWithTax { get; set; }
public string Coupon { get; set; }
public string Description { get; set; }
public string Name { get; set; }

#region ICloneable members

Expand Down
2 changes: 1 addition & 1 deletion src/VirtoCommerce.CoreModule.Web/module.manifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<module xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<id>VirtoCommerce.Core</id>
<version>3.811.0</version>
<version>3.812.0</version>
<version-tag />
<platformVersion>3.853.0</platformVersion>
<title>Commerce core module</title>
Expand Down

0 comments on commit 79f2941

Please sign in to comment.