File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 6
6
<ProductVersion >3.10</ProductVersion >
7
7
<ProjectGuid >f13fb7ef-d892-4229-a1eb-8b595d71d64e</ProjectGuid >
8
8
<SchemaVersion >2.0</SchemaVersion >
9
- <OutputName >cli-netlite-1.1.0.3 </OutputName >
9
+ <OutputName >cli-netlite-1.1.0.4 </OutputName >
10
10
<OutputType >Package</OutputType >
11
11
</PropertyGroup >
12
12
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x86' " >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <?define version =" 1.1.0.3 " ?>
2
+ <?define version =" 1.1.0.4 " ?>
3
3
<?define UpgradeCode =" a580c04f-caec-4e18-9134-c4b8f1c8f1be" ?>
4
4
<Wix xmlns =" http://schemas.microsoft.com/wix/2006/wi" >
5
5
<Product Id =" *"
Original file line number Diff line number Diff line change @@ -166,12 +166,13 @@ async Task ReplyAsync(MessageContext messageContext)
166
166
catch ( Exception exception )
167
167
{
168
168
Console . Error . WriteLine ( "ERROR: {{'cause': '{0}'}}" , exception . Message ) ;
169
- break ;
169
+ Environment . Exit ( ReturnCode . ERROR_OTHER ) ;
170
170
}
171
171
172
172
await Task . Delay ( 500 ) ;
173
173
}
174
174
host . Close ( ) ;
175
+ Environment . Exit ( ReturnCode . ERROR_SUCCESS ) ;
175
176
}
176
177
}
177
178
You can’t perform that action at this time.
0 commit comments