Skip to content

Commit 5e87ac8

Browse files
committed
Fixed title text and updated to 1.4.0
1 parent b93ec1b commit 5e87ac8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

PlsqlDeveloperUtPlsqlPlugin/utPLSQL.UI/TestRunnerWindow.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ private void SetWindowTitle(string type, string owner, string name, string proce
265265
txtStart.Text = startTime;
266266
var path = GetPath(type, owner, name, procedure);
267267
txtPath.Text = path[0];
268-
this.Text = $"{path} {startTime}";
268+
this.Text = $"{path[0]} {startTime}";
269269
}
270270

271271
private List<string> GetPath(string type, string owner, string name, string procedure)

PlsqlDeveloperUtPlsqlPlugin/utPLSQL.Ui.Standalone/utPLSQL.Ui.Standalone.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
<Reference Include="System.Drawing" />
4646
<Reference Include="System.Windows.Forms" />
4747
<Reference Include="System.Xml" />
48-
<Reference Include="utPLSQL.Api, Version=1.2.0.0, Culture=neutral, processorArchitecture=MSIL">
49-
<HintPath>..\packages\utPLSQL.Api.1.2.1\lib\net40\utPLSQL.Api.dll</HintPath>
48+
<Reference Include="utPLSQL.Api, Version=1.4.0.0, Culture=neutral, processorArchitecture=MSIL">
49+
<HintPath>..\packages\utPLSQL.Api.1.4.0\lib\net40\utPLSQL.Api.dll</HintPath>
5050
</Reference>
5151
</ItemGroup>
5252
<ItemGroup>

0 commit comments

Comments
 (0)