Skip to content

Commit

Permalink
Merge branch 'release/3.804.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
vc-ci committed May 20, 2024
2 parents 158b6cb + ae3dd46 commit b52ad1d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.803.0</VersionPrefix>
<VersionPrefix>3.804.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
<VersionSuffix Condition=" '$(VersionSuffix)' != '' AND '$(BuildNumber)' != '' ">$(VersionSuffix)-$(BuildNumber)</VersionSuffix>
</PropertyGroup>
Expand Down
3 changes: 2 additions & 1 deletion src/VirtoCommerce.SubscriptionModule.Core/ModuleConstants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ public static class General
Name = "Subscription.EnableSubscriptions",
GroupName = "Subscriptions|Subscriptions",
ValueType = SettingValueType.Boolean,
DefaultValue = true
DefaultValue = true,
IsPublic = true
};

public static readonly SettingDescriptor StatusValues = new SettingDescriptor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
<ItemGroup>
<ProjectReference Include="..\VirtoCommerce.SubscriptionModule.Data\VirtoCommerce.SubscriptionModule.Data.csproj" />
</ItemGroup>
</Project>
</Project>
3 changes: 1 addition & 2 deletions src/VirtoCommerce.SubscriptionModule.Web/module.manifest
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<?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.Subscription</id>
<version>3.803.0</version>
<version>3.804.0</version>
<version-tag />

<platformVersion>3.825.0</platformVersion>
<dependencies>
<dependency id="VirtoCommerce.Core" version="3.800.0" />
Expand Down

0 comments on commit b52ad1d

Please sign in to comment.