Skip to content

Commit

Permalink
Merge branch 'release/3.808.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
vc-ci committed Aug 9, 2024
2 parents 9eaa384 + c651eea commit 4a44bba
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 47 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.807.0</VersionPrefix>
<VersionPrefix>3.808.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
<VersionSuffix Condition=" '$(VersionSuffix)' != '' AND '$(BuildNumber)' != '' ">$(VersionSuffix)-$(BuildNumber)</VersionSuffix>
</PropertyGroup>
Expand Down

This file was deleted.

4 changes: 0 additions & 4 deletions src/VirtoCommerce.NotificationsModule.Web/Module.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
using VirtoCommerce.Platform.Core.ExportImport;
using VirtoCommerce.Platform.Core.JsonConverters;
using VirtoCommerce.Platform.Core.Modularity;
using VirtoCommerce.Platform.Core.Notifications;
using VirtoCommerce.Platform.Core.Security;
using VirtoCommerce.Platform.Core.Security.Events;
using VirtoCommerce.Platform.Core.Settings;
Expand Down Expand Up @@ -76,9 +75,6 @@ public void Initialize(IServiceCollection serviceCollection)
serviceCollection.AddTransient<INotificationMessageService, NotificationMessageService>();
serviceCollection.AddTransient<INotificationMessageSearchService, NotificationMessageSearchService>();
serviceCollection.AddTransient<INotificationSender, NotificationSender>();
#pragma warning disable CS0618 // Type or member is obsolete
serviceCollection.AddTransient<IEmailSender, EmailNotificationMessageSender>();
#pragma warning restore CS0618 // Type or member is obsolete
serviceCollection.AddTransient<NotificationsExportImport>();
serviceCollection.AddTransient<NotificationScriptObject>();

Expand Down
2 changes: 1 addition & 1 deletion src/VirtoCommerce.NotificationsModule.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.Notifications</id>
<version>3.807.0</version>
<version>3.808.0</version>
<version-tag />
<platformVersion>3.825.0</platformVersion>
<dependencies>
Expand Down

0 comments on commit 4a44bba

Please sign in to comment.