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 2929// Build Number
3030// Revision
3131//
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 2929// Build Number
3030// Revision
3131//
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()
134134 eventLog . Source = "Application" ;
135135 eventLog . WriteEntry ( $ "{ e . Message } \r \n { e . StackTrace } ", EventLogEntryType . Error ) ;
136136 }
137+ return null ;
137138 }
138139 }
139140
@@ -217,6 +218,7 @@ protected string GetCoverageReport(string id)
217218 eventLog . Source = "Application" ;
218219 eventLog . WriteEntry ( $ "{ e . Message } \r \n { e . StackTrace } ", EventLogEntryType . Error ) ;
219220 }
221+ return null ;
220222 }
221223 }
222224
Original file line number Diff line number Diff line change 22<package >
33 <metadata >
44 <id >utPLSQL.Api</id >
5- <version >1.5.4 </version >
5+ <version >1.5.5 </version >
66 <title >utPLSQL API</title >
77 <authors >Simon Martinelli</authors >
88 <requireLicenseAcceptance >false</requireLicenseAcceptance >
99 <license type =" expression" >Apache-2.0+</license >
1010 <projectUrl >https://github.com/utPLSQL/utPLSQL-dotnet-api</projectUrl >
1111 <icon >images/blue-icon-transparent.png</icon >
1212 <description >.NET API for utPLSQL</description >
13- <releaseNotes >Cancel running commands when closing </releaseNotes >
13+ <releaseNotes >Log exceptions to event log </releaseNotes >
1414 <copyright >Copyright © 2021</copyright >
1515 <tags >utPLSQL</tags >
1616 </metadata >
You can’t perform that action at this time.
0 commit comments