Skip to content

Commit

Permalink
Merge pull request #266 from K-Society/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
maniglia authored May 27, 2024
2 parents ecf786c + 8d7e6d0 commit c75c94a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
4 changes: 2 additions & 2 deletions src/00/Log/KSociety.Log.Install/Bundle.wxs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:bal="http://wixtoolset.org/schemas/v4/wxs/bal">
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:bal="http://wixtoolset.org/schemas/v4/wxs/bal">
<Bundle Name="KSociety.Log $(Version) $(NetVersion)"
Manufacturer="K-Society"
Version="$(AssemblyFileVersion)"
Expand All @@ -23,6 +23,6 @@
Compressed="yes"
SourceFile="..\..\..\..\build\KSociety.LogWebApp.MsiSetup\bin\Release\$(NetVersion)\en-US\KSociety.LogWebApp-$(Version)-$(NetVersion).msi" />
</Chain>

<Log Disable="yes"></Log>
</Bundle>
</Wix>
2 changes: 1 addition & 1 deletion src/00/Log/KSociety.LogWebApp.MsiSetup/File.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
Account="LocalSystem"
Start="auto"
Interactive="no">
<ServiceDependency Id="LogServerService" Group="false"/>
<ServiceDependency Id="LogServer" Group="false"/>
</ServiceInstall>
<ServiceControl
Id="LogServerServiceControl"
Expand Down
2 changes: 1 addition & 1 deletion src/00/Log/KSociety.LogWebApp.MsiSetup/Package.wxs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:ui="http://wixtoolset.org/schemas/v4/wxs/ui">
<Package Name="KSociety.LogWebApp.MsiSetup $(Version) $(NetVersion)"
Manufacturer="K-Society"
Expand Down
6 changes: 0 additions & 6 deletions src/01/02/Host/KSociety.Log.Srv.Host/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,6 @@ public void ConfigureContainer(ContainerBuilder builder)

//RabbitMQ.
builder.RegisterModule(new KSociety.Log.EventBus.MessageBroker(this.MessageBrokerOptions, this.DebugFlag));
//new MessageBroker<
// IExchangeDeclareParameters, IQueueDeclareParameters,
// IEventBusParameters, IConnectionFactory,
// Base.EventBus.ExchangeDeclareParameters,
// Base.EventBus.QueueDeclareParameters,
// EventBusParameters>(this.MessageBrokerOptions, this.DebugFlag));

//Transaction, don't move this line.
builder.RegisterModule(new Bindings.Biz.Biz(this.DebugFlag));
Expand Down

0 comments on commit c75c94a

Please sign in to comment.