Skip to content

Commit 17ada8f

Browse files
committed
Prepare for beta2 release
1 parent 3d9f422 commit 17ada8f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/InEngine.Core/InEngine.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<Description>Plugin-based queuing and scheduling command server.</Description>
1010
<Copyright>Copyright © 2017 Ethan Hann</Copyright>
1111
<PackageId>InEngine.Core</PackageId>
12-
<PackageVersion>3.5.0-beta1</PackageVersion>
12+
<PackageVersion>3.5.0-beta2</PackageVersion>
1313
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
1414
<PackageTags>Integration Scheduler Queue Server Quartz.NET Redis</PackageTags>
1515
<PackageLicenseUrl>https://github.com/InEngine-NET/InEngine.NET/blob/master/LICENSE</PackageLicenseUrl>

src/InEngine/appsettings.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
{
22
"InEngine": {
33
"Plugins": {
4-
"InEngine.Commands": ""
54
},
65
"ExecWhitelist": {
7-
"ls": "/bin/ls"
86
},
97
"Mail": {
108
"Host": "localhost",
@@ -15,7 +13,7 @@
1513
"UseCompression": false,
1614
"PrimaryQueueConsumers": 4,
1715
"SecondaryQueueConsumers": 2,
18-
"QueueDriver": "redis",
16+
"QueueDriver": "rabbitmq",
1917
"QueueName": "InEngineQueue",
2018
"Redis": {
2119
"Host": "127.0.0.1",

0 commit comments

Comments
 (0)