Skip to content

Commit

Permalink
3.401.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vc-ci committed Jul 26, 2023
1 parent f97f906 commit 6361ab6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 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.400.0</VersionPrefix>
<VersionPrefix>3.401.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
<VersionSuffix Condition=" '$(VersionSuffix)' != '' AND '$(BuildNumber)' != '' ">$(VersionSuffix)-$(BuildNumber)</VersionSuffix>
</PropertyGroup>
Expand Down
8 changes: 3 additions & 5 deletions src/VirtoCommerce.GDPR.Web/module.manifest
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
<?xml version="1.0" encoding="utf-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.GDPR</id>
<version>3.400.0</version>
<version>3.401.0</version>
<version-tag />

<platformVersion>3.400.0</platformVersion>
<dependencies>
<dependency id="VirtoCommerce.Customer" version="3.400.0" />
<dependency id="VirtoCommerce.Orders" version="3.400.0" />
</dependencies>

<title>GDPR module</title>
<description>GDPR module</description>
<authors>
Expand All @@ -25,4 +23,4 @@
<assemblyFile>VirtoCommerce.GDPR.Web.dll</assemblyFile>
<moduleType>VirtoCommerce.GDPR.Web.Module, VirtoCommerce.GDPR.Web</moduleType>
<useFullTypeNameInSwagger>false</useFullTypeNameInSwagger>
</module>
</module>

0 comments on commit 6361ab6

Please sign in to comment.