Skip to content

Commit

Permalink
Merge pull request #8 from IliyanIlievPH/2
Browse files Browse the repository at this point in the history
Change nuget
  • Loading branch information
starkmsu committed May 12, 2020
2 parents d34129b + 7475a8c commit 4890c2e
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<Version>1.0.0</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Falcon.Service.NotificationSystem.Contract" Version="1.0.8" />
<PackageReference Include="Lykke.Common" Version="7.5.0" />
<PackageReference Include="Lykke.RabbitMqBroker" Version="7.13.1" />
<PackageReference Include="MailKit" Version="2.5.1" />
<PackageReference Include="MAVN.Service.NotificationSystem.Contract" Version="1.3.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\contract\MAVN.Service.NotificationSystemBroker.Contract\MAVN.Service.NotificationSystemBroker.Contract.csproj" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using Lykke.RabbitMqBroker.Publisher;
using Lykke.Service.NotificationSystem.Contract.MessageContracts;
using Lykke.RabbitMqBroker.Publisher;
using MAVN.Service.NotificationSystem.Contract.MessageContracts;

namespace MAVN.Service.NotificationSystemBroker.Domain.RabbitPublishers
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using Lykke.RabbitMqBroker.Publisher;
using Lykke.Service.NotificationSystem.Contract.MessageContracts;
using Lykke.RabbitMqBroker.Publisher;
using MAVN.Service.NotificationSystem.Contract.MessageContracts;

namespace MAVN.Service.NotificationSystemBroker.Domain.RabbitPublishers
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using Lykke.RabbitMqBroker.Publisher;
using Lykke.Service.NotificationSystem.Contract.MessageContracts;
using Lykke.RabbitMqBroker.Publisher;
using MAVN.Service.NotificationSystem.Contract.MessageContracts;

namespace MAVN.Service.NotificationSystemBroker.Domain.RabbitPublishers
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using Lykke.Common.Log;
using Lykke.Common.Log;
using Lykke.RabbitMqBroker.Publisher;
using Lykke.Service.NotificationSystem.Contract.MessageContracts;
using MAVN.Service.NotificationSystem.Contract.MessageContracts;
using MAVN.Service.NotificationSystemBroker.Domain.RabbitPublishers;

namespace MAVN.Service.NotificationSystemBroker.DomainServices.RabbitPublishers
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using Lykke.Common.Log;
using Lykke.Common.Log;
using Lykke.RabbitMqBroker.Publisher;
using Lykke.Service.NotificationSystem.Contract.MessageContracts;
using MAVN.Service.NotificationSystem.Contract.MessageContracts;
using MAVN.Service.NotificationSystemBroker.Domain.RabbitPublishers;

namespace MAVN.Service.NotificationSystemBroker.DomainServices.RabbitPublishers
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using Lykke.Common.Log;
using Lykke.Common.Log;
using Lykke.RabbitMqBroker.Publisher;
using Lykke.Service.NotificationSystem.Contract.MessageContracts;
using MAVN.Service.NotificationSystem.Contract.MessageContracts;
using MAVN.Service.NotificationSystemBroker.Domain.RabbitPublishers;

namespace MAVN.Service.NotificationSystemBroker.DomainServices.RabbitPublishers
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System.Threading.Tasks;
using System.Threading.Tasks;
using Lykke.Common.Log;
using Lykke.RabbitMqBroker.Subscriber;
using Lykke.Service.NotificationSystem.Contract.MessageContracts;
using MAVN.Service.NotificationSystem.Contract.MessageContracts;
using MAVN.Service.NotificationSystemBroker.Domain.Services;

namespace MAVN.Service.NotificationSystemBroker.DomainServices.RabbitSubscribers
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
using System.Threading.Tasks;
using System.Threading.Tasks;
using Common.Log;
using Lykke.Common.Log;
using Lykke.RabbitMqBroker.Subscriber;
using Lykke.Service.NotificationSystem.Contract.Enums;
using Lykke.Service.NotificationSystem.Contract.MessageContracts;
using MAVN.Service.NotificationSystem.Contract.Enums;
using MAVN.Service.NotificationSystem.Contract.MessageContracts;
using MAVN.Service.NotificationSystemBroker.Domain.RabbitPublishers;

namespace MAVN.Service.NotificationSystemBroker.DomainServices.RabbitSubscribers
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System.Threading.Tasks;
using System.Threading.Tasks;
using Lykke.Common.Log;
using Lykke.RabbitMqBroker.Subscriber;
using Lykke.Service.NotificationSystem.Contract.MessageContracts;
using MAVN.Service.NotificationSystem.Contract.MessageContracts;
using MAVN.Service.NotificationSystemBroker.Domain.Services;

namespace MAVN.Service.NotificationSystemBroker.DomainServices.RabbitSubscribers
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System.Threading.Tasks;
using System.Threading.Tasks;
using Lykke.Common.Log;
using Lykke.RabbitMqBroker.Subscriber;
using Lykke.Service.NotificationSystem.Contract.MessageContracts;
using MAVN.Service.NotificationSystem.Contract.MessageContracts;
using MAVN.Service.NotificationSystemBroker.Domain.Services;

namespace MAVN.Service.NotificationSystemBroker.DomainServices.RabbitSubscribers
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
using Autofac;
using Autofac;
using Common;
using JetBrains.Annotations;
using Lykke.RabbitMqBroker.Publisher;
using Lykke.RabbitMqBroker.Subscriber;
using Lykke.Service.NotificationSystem.Contract.MessageContracts;
using MAVN.Service.NotificationSystem.Contract.MessageContracts;
using MAVN.Service.NotificationSystemBroker.Contract;
using MAVN.Service.NotificationSystemBroker.Domain.RabbitPublishers;
using MAVN.Service.NotificationSystemBroker.DomainServices.RabbitPublishers;
Expand Down

0 comments on commit 4890c2e

Please sign in to comment.