Skip to content

Commit

Permalink
feat: update asset module version
Browse files Browse the repository at this point in the history
  • Loading branch information
ksavosteev committed Dec 11, 2023
1 parent 74364cd commit 6d158e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/VirtoCommerce.NotificationsModule.Web/module.manifest
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?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.Notifications</id>
<version>3.800.0</version>
<version-tag />
<platformVersion>3.800.0-alpha.12831-net8</platformVersion>
<dependencies>
<dependency id="VirtoCommerce.Assets" version="3.400.0" />
<dependency id="VirtoCommerce.Assets" version="3.800.0" />
</dependencies>
<title>Notifications</title>
<description>Provides a comprehensive infrastructure for managing and delivering notifications within the Virto Commerce platform.</description>
Expand All @@ -28,4 +28,4 @@
<group>commerce</group>
</groups>
<useFullTypeNameInSwagger>false</useFullTypeNameInSwagger>
</module>
</module>

0 comments on commit 6d158e6

Please sign in to comment.