Skip to content

Commit

Permalink
Merge branch 'release/3.819.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
vc-ci committed Apr 10, 2024
2 parents ee21c41 + fd899c8 commit 3e2e44c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 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.818.0</VersionPrefix>
<VersionPrefix>3.819.0</VersionPrefix>
<VersionSuffix>
</VersionSuffix>
<VersionSuffix Condition=" '$(VersionSuffix)' != '' AND '$(BuildNumber)' != '' ">$(VersionSuffix)-$(BuildNumber)</VersionSuffix>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,10 @@ public static IList<RegexpNameMapper> Mappers

new RegexpNameMapper(@"imgSrc", "images"),

new RegexpNameMapper(@"__object.availabilityData.*", "$0", ["__object.trackInventory"]),
new RegexpNameMapper(@"__object.availabilityData.isActive", "__object.isActive"),
new RegexpNameMapper(@"__object.availabilityData.isBuyable", "__object.isBuyable"),
new RegexpNameMapper(@"__object.availabilityData.trackInventory", "__object.trackInventory"),
new RegexpNameMapper(@"__object.availabilityData.isTrackInventory", "__object.trackInventory"),

new RegexpNameMapper(@"__object.parent.*", "__object.parentId"),
new RegexpNameMapper(@"__object.hasParent.*", "__object.parentId"),
Expand Down
2 changes: 1 addition & 1 deletion src/VirtoCommerce.ExperienceApiModule.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>
<id>VirtoCommerce.ExperienceApi</id>
<version>3.818.0</version>
<version>3.819.0</version>
<version-tag />
<platformVersion>3.813.0</platformVersion>
<dependencies>
Expand Down

0 comments on commit 3e2e44c

Please sign in to comment.