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

Commite7f327e

Browse files
committed
Version update Fody and utPLSQL API
1 parent77fab4a commite7f327e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

‎PlsqlDeveloperUtPlsqlPlugin/PlsqlDeveloperUtPlsqlPlugin/PlsqlDeveloperUtPlsqlPlugin.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,9 @@
159159
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
160160
</PropertyGroup>
161161
<ErrorCondition="!Exists('..\packages\UnmanagedExports.Repack.1.0.4\build\UnmanagedExports.Repack.targets')"Text="$([System.String]::Format('$(ErrorText)', '..\packages\UnmanagedExports.Repack.1.0.4\build\UnmanagedExports.Repack.targets'))" />
162-
<ErrorCondition="!Exists('..\packages\Fody.6.0.0\build\Fody.targets')"Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.6.0.0\build\Fody.targets'))" />
163162
<ErrorCondition="!Exists('..\packages\Costura.Fody.4.1.0\build\Costura.Fody.props')"Text="$([System.String]::Format('$(ErrorText)', '..\packages\Costura.Fody.4.1.0\build\Costura.Fody.props'))" />
163+
<ErrorCondition="!Exists('..\packages\Fody.6.3.0\build\Fody.targets')"Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.6.3.0\build\Fody.targets'))" />
164164
</Target>
165165
<ImportProject="../packages/UnmanagedExports.1.2.7/tools/RGiesecke.DllExport.targets"Condition="Exists('../packages/UnmanagedExports.1.2.7/tools/RGiesecke.DllExport.targets')" />
166-
<ImportProject="..\packages\Fody.6.0.0\build\Fody.targets"Condition="Exists('..\packages\Fody.6.0.0\build\Fody.targets')" />
166+
<ImportProject="..\packages\Fody.6.3.0\build\Fody.targets"Condition="Exists('..\packages\Fody.6.3.0\build\Fody.targets')" />
167167
</Project>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<packageid="Costura.Fody"version="4.1.0"targetFramework="net40" />
4-
<packageid="Fody"version="6.0.0"targetFramework="net40"developmentDependency="true" />
4+
<packageid="Fody"version="6.3.0"targetFramework="net45"developmentDependency="true" />
55
<packageid="UnmanagedExports"version="1.2.7"targetFramework="net40" />
66
<packageid="UnmanagedExports.Repack"version="1.0.4"targetFramework="net40" />
77
</packages>

‎PlsqlDeveloperUtPlsqlPlugin/utPLSQL.UI/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
<packageid="FontAwesome.Sharp"version="5.15.3"targetFramework="net45" />
44
<packageid="Geomatics.IO.BindingListView"version="1.3.2"targetFramework="net40" />
55
<packageid="Oracle.ManagedDataAccess"version="19.10.0"targetFramework="net40" />
6-
<packageid="utPLSQL.Api"version="1.5.1"targetFramework="net45" />
6+
<packageid="utPLSQL.Api"version="1.5.2"targetFramework="net45" />
77
</packages>

‎PlsqlDeveloperUtPlsqlPlugin/utPLSQL.UI/utPLSQL.UI.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
<ReferenceInclude="Microsoft.CSharp" />
5353
<ReferenceInclude="System.Data" />
5454
<ReferenceInclude="System.Xml" />
55-
<ReferenceInclude="utPLSQL.Api, Version=1.5.1.0, Culture=neutral, processorArchitecture=MSIL">
56-
<HintPath>..\packages\utPLSQL.Api.1.5.1\lib\net45\utPLSQL.Api.dll</HintPath>
55+
<ReferenceInclude="utPLSQL.Api, Version=1.5.2.0, Culture=neutral, processorArchitecture=MSIL">
56+
<HintPath>..\packages\utPLSQL.Api.1.5.2\lib\net45\utPLSQL.Api.dll</HintPath>
5757
</Reference>
5858
</ItemGroup>
5959
<ItemGroup>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp