Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c571d28

Browse filesBrowse files
committed
Merge branch 'release/1.2.0' into main
2 parents 80adb31 + 8b1f562 commit c571d28
Copy full SHA for c571d28

File tree

4 files changed

+9
-4
lines changed
Filter options

4 files changed

+9
-4
lines changed

‎utPLSQL.Api/build.cmd

Copy file name to clipboard
+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
msbuild utPLSQL.Api.sln /p:Configuration=Release
2+
3+
cd utPLSQL.Api
4+
5+
nuget pack

‎utPLSQL.Api/utPLSQL.Api.Test/RealTimeTestRunnerTest.cs

Copy file name to clipboardExpand all lines: utPLSQL.Api/utPLSQL.Api.Test/RealTimeTestRunnerTest.cs
+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public void TestToscamtest()
1414
var testRunner = new RealTimeTestRunner();
1515
testRunner.Connect(username: "toscamtest", password: "toscamtest", database: "CA40");
1616

17-
testRunner.RunTestsWithCoverage(type: "USER", owner: null, name: "toscamtest", procedure: null, coverageSchemas: "'toscam'", "'pa_m720','pa_m770'", null);
17+
testRunner.RunTestsWithCoverage(type: Type.User, owner: null, name: "toscamtest", procedure: null, coverageSchemas: "'toscam'", "'pa_m720','pa_m770'", null);
1818

1919
var events = new List<@event>();
2020
testRunner.ConsumeResult(@event =>

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

Copy file name to clipboardExpand all lines: utPLSQL.Api/utPLSQL.Api/Properties/AssemblyInfo.cs
+2-2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.1.0.0")]
36-
[assembly: AssemblyFileVersion("1.1.0.0")]
35+
[assembly: AssemblyVersion("1.2.0.0")]
36+
[assembly: AssemblyFileVersion("1.2.0.0")]

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

Copy file name to clipboardExpand all lines: utPLSQL.Api/utPLSQL.Api/utPLSQL.Api.nuspec
+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package >
33
<metadata>
44
<id>utPLSQL.Api</id>
5-
<version>1.1.0</version>
5+
<version>1.2.0</version>
66
<title>utPLSQL API</title>
77
<authors>Simon Martinelli</authors>
88
<requireLicenseAcceptance>false</requireLicenseAcceptance>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.