Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

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

Sign up
Appearance settings

Commit5e87ac8

Browse files
committed
Fixed title text and updated to 1.4.0
1 parentb93ec1b commit5e87ac8

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
varpath=GetPath(type,owner,name,procedure);
267267
txtPath.Text=path[0];
268-
this.Text=$"{path}{startTime}";
268+
this.Text=$"{path[0]}{startTime}";
269269
}
270270

271271
privateList<string>GetPath(stringtype,stringowner,stringname,stringprocedure)

‎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
<ReferenceInclude="System.Drawing" />
4646
<ReferenceInclude="System.Windows.Forms" />
4747
<ReferenceInclude="System.Xml" />
48-
<ReferenceInclude="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+
<ReferenceInclude="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)

[8]ページ先頭

©2009-2025 Movatter.jp