Skip to content

Commit a71be5a

Browse files
committed
New Version
1 parent e996351 commit a71be5a

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

utPLSQL.Api/utPLSQL.Api.Test/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
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")]

utPLSQL.Api/utPLSQL.Api/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
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")]

utPLSQL.Api/utPLSQL.Api/TestRunner.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

utPLSQL.Api/utPLSQL.Api/utPLSQL.Api.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
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>

0 commit comments

Comments
 (0)