File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed
utPLSQL.Api.Test/Properties Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 29
29
// Build Number
30
30
// Revision
31
31
//
32
- [ assembly: AssemblyVersion ( "1.5.4 .0" ) ]
33
- [ assembly: AssemblyFileVersion ( "1.5.4 .0" ) ]
32
+ [ assembly: AssemblyVersion ( "1.5.5 .0" ) ]
33
+ [ assembly: AssemblyFileVersion ( "1.5.5 .0" ) ]
Original file line number Diff line number Diff line change 29
29
// Build Number
30
30
// Revision
31
31
//
32
- [ assembly: AssemblyVersion ( "1.5.4 .0" ) ]
33
- [ assembly: AssemblyFileVersion ( "1.5.4 .0" ) ]
32
+ [ assembly: AssemblyVersion ( "1.5.5 .0" ) ]
33
+ [ assembly: AssemblyFileVersion ( "1.5.5 .0" ) ]
Original file line number Diff line number Diff line change @@ -134,6 +134,7 @@ public string GetVersion()
134
134
eventLog . Source = "Application" ;
135
135
eventLog . WriteEntry ( $ "{ e . Message } \r \n { e . StackTrace } ", EventLogEntryType . Error ) ;
136
136
}
137
+ return null ;
137
138
}
138
139
}
139
140
@@ -217,6 +218,7 @@ protected string GetCoverageReport(string id)
217
218
eventLog . Source = "Application" ;
218
219
eventLog . WriteEntry ( $ "{ e . Message } \r \n { e . StackTrace } ", EventLogEntryType . Error ) ;
219
220
}
221
+ return null ;
220
222
}
221
223
}
222
224
Original file line number Diff line number Diff line change 2
2
<package >
3
3
<metadata >
4
4
<id >utPLSQL.Api</id >
5
- <version >1.5.4 </version >
5
+ <version >1.5.5 </version >
6
6
<title >utPLSQL API</title >
7
7
<authors >Simon Martinelli</authors >
8
8
<requireLicenseAcceptance >false</requireLicenseAcceptance >
9
9
<license type =" expression" >Apache-2.0+</license >
10
10
<projectUrl >https://github.com/utPLSQL/utPLSQL-dotnet-api</projectUrl >
11
11
<icon >images/blue-icon-transparent.png</icon >
12
12
<description >.NET API for utPLSQL</description >
13
- <releaseNotes >Cancel running commands when closing </releaseNotes >
13
+ <releaseNotes >Log exceptions to event log </releaseNotes >
14
14
<copyright >Copyright © 2021</copyright >
15
15
<tags >utPLSQL</tags >
16
16
</metadata >
You can’t perform that action at this time.
0 commit comments