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 Jun 24, 2024
2 parents 415a897 + d0a81aa commit d2d15f1
Show file tree
Hide file tree
Showing 2 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
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
<VersionPrefix>3.803.0</VersionPrefix>
<VersionPrefix>3.804.0</VersionPrefix>
<VersionSuffix>
</VersionSuffix>
<VersionSuffix Condition=" '$(VersionSuffix)' != '' AND '$(BuildNumber)' != '' ">$(VersionSuffix)-$(BuildNumber)</VersionSuffix>
Expand Down
3 changes: 2 additions & 1 deletion src/VirtoCommerce.ImportModule.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.Import</id>
<version>3.803.0</version>
<version>3.804.0</version>
<version-tag></version-tag>
<platformVersion>3.825.0</platformVersion>
<dependencies>
Expand Down Expand Up @@ -32,6 +32,7 @@
<title>Import App</title>
<iconUrl>/apps/import-app/img/icons/favicon-32x32.png</iconUrl>
<contentPath>import-app/dist</contentPath>
<permission>import:access</permission>
</app>
</apps>
</module>

0 comments on commit d2d15f1

Please sign in to comment.