Skip to content

Commit

Permalink
Merge branch 'dev' into feat/VCST-1659
Browse files Browse the repository at this point in the history
  • Loading branch information
Ljutyj authored Nov 19, 2024
2 parents c3d10d9 + d5e179b commit 6310ad7
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/Seo/SeoSearchCriteria.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ namespace VirtoCommerce.CoreModule.Core.Seo
{
public class SeoSearchCriteria : SearchCriteriaBase
{
public string UserId { get; set; }
public string Slug { get; set; }
public string StoreId { get; set; }
public string Permalink { get; set; }
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 6310ad7

Please sign in to comment.