Skip to content

Commit 481d0bb

Browse files
committed
Updated dependency version
1 parent 437f28b commit 481d0bb

File tree

4 files changed

+14
-8
lines changed

4 files changed

+14
-8
lines changed

PlsqlDeveloperUtPlsqlPlugin/utPLSQL.UI/App.config

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<configSections>
4-
<section name="oracle.manageddataaccess.client" type="OracleInternal.Common.ODPMSectionHandler, Oracle.ManagedDataAccess, Version=4.122.19.1, Culture=neutral, PublicKeyToken=89b483f429c47342"/>
4+
<section name="oracle.manageddataaccess.client"
5+
type="OracleInternal.Common.ODPMSectionHandler, Oracle.ManagedDataAccess, Version=4.122.19.1, Culture=neutral, PublicKeyToken=89b483f429c47342"/>
56
</configSections>
67
<system.data>
78
<DbProviderFactories>
89
<remove invariant="Oracle.ManagedDataAccess.Client"/>
9-
<add name="ODP.NET, Managed Driver" invariant="Oracle.ManagedDataAccess.Client" description="Oracle Data Provider for .NET, Managed Driver" type="Oracle.ManagedDataAccess.Client.OracleClientFactory, Oracle.ManagedDataAccess, Version=4.122.19.1, Culture=neutral, PublicKeyToken=89b483f429c47342"/>
10+
<add name="ODP.NET, Managed Driver" invariant="Oracle.ManagedDataAccess.Client" description="Oracle Data Provider for .NET, Managed Driver"
11+
type="Oracle.ManagedDataAccess.Client.OracleClientFactory, Oracle.ManagedDataAccess, Version=4.122.19.1, Culture=neutral, PublicKeyToken=89b483f429c47342"/>
1012
</DbProviderFactories>
1113
</system.data>
1214
<runtime>

PlsqlDeveloperUtPlsqlPlugin/utPLSQL.UI/TestRunnerWindow.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ public async Task RunTestsAsync(string type, string owner, string name, string p
7474
{
7575
Environment.SetEnvironmentVariable("ORACLE_HOME", oracleHome);
7676
}
77+
Running = true;
78+
7779
testRunner.Connect(username, password, database);
7880
}
7981
catch (Exception e)
@@ -102,8 +104,6 @@ private async Task RunTestsAsync(List<string> path, bool coverage)
102104

103105
SetWindowTitle(path);
104106

105-
Running = true;
106-
107107
if (coverage)
108108
{
109109
var codeCoverageReportDialog = new CodeCoverageReportDialog(path);
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="FontAwesome.Sharp" version="5.15.3" targetFramework="net45" />
4-
<package id="utPLSQL.Api" version="1.5.2" targetFramework="net45" />
4+
<package id="Oracle.ManagedDataAccess" version="19.10.0" targetFramework="net45" />
5+
<package id="utPLSQL.Api" version="1.5.6" targetFramework="net45" />
56
</packages>

PlsqlDeveloperUtPlsqlPlugin/utPLSQL.UI/utPLSQL.UI.csproj

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@
3737
<Reference Include="FontAwesome.Sharp, Version=5.15.3.0, Culture=neutral, processorArchitecture=MSIL">
3838
<HintPath>..\packages\FontAwesome.Sharp.5.15.3\lib\net45\FontAwesome.Sharp.dll</HintPath>
3939
</Reference>
40+
<Reference Include="Oracle.ManagedDataAccess, Version=4.122.19.1, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=MSIL">
41+
<HintPath>..\packages\Oracle.ManagedDataAccess.19.10.0\lib\net40\Oracle.ManagedDataAccess.dll</HintPath>
42+
</Reference>
4043
<Reference Include="System" />
4144
<Reference Include="System.Core" />
4245
<Reference Include="System.Design" />
@@ -47,8 +50,8 @@
4750
<Reference Include="Microsoft.CSharp" />
4851
<Reference Include="System.Data" />
4952
<Reference Include="System.Xml" />
50-
<Reference Include="utPLSQL.Api, Version=1.5.2.0, Culture=neutral, processorArchitecture=MSIL">
51-
<HintPath>..\packages\utPLSQL.Api.1.5.2\lib\net45\utPLSQL.Api.dll</HintPath>
53+
<Reference Include="utPLSQL.Api, Version=1.5.6.0, Culture=neutral, processorArchitecture=MSIL">
54+
<HintPath>..\packages\utPLSQL.Api.1.5.6\lib\net45\utPLSQL.Api.dll</HintPath>
5255
</Reference>
5356
</ItemGroup>
5457
<ItemGroup>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy