Skip to content

Commit e7f327e

Browse files
committed
Version update Fody and utPLSQL API
1 parent 77fab4a commit e7f327e

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
<Error Condition="!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-
<Error Condition="!Exists('..\packages\Fody.6.0.0\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.6.0.0\build\Fody.targets'))" />
163162
<Error Condition="!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+
<Error Condition="!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
<Import Project="../packages/UnmanagedExports.1.2.7/tools/RGiesecke.DllExport.targets" Condition="Exists('../packages/UnmanagedExports.1.2.7/tools/RGiesecke.DllExport.targets')" />
166-
<Import Project="..\packages\Fody.6.0.0\build\Fody.targets" Condition="Exists('..\packages\Fody.6.0.0\build\Fody.targets')" />
166+
<Import Project="..\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
<package id="Costura.Fody" version="4.1.0" targetFramework="net40" />
4-
<package id="Fody" version="6.0.0" targetFramework="net40" developmentDependency="true" />
4+
<package id="Fody" version="6.3.0" targetFramework="net45" developmentDependency="true" />
55
<package id="UnmanagedExports" version="1.2.7" targetFramework="net40" />
66
<package id="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
<package id="FontAwesome.Sharp" version="5.15.3" targetFramework="net45" />
44
<package id="Geomatics.IO.BindingListView" version="1.3.2" targetFramework="net40" />
55
<package id="Oracle.ManagedDataAccess" version="19.10.0" targetFramework="net40" />
6-
<package id="utPLSQL.Api" version="1.5.1" targetFramework="net45" />
6+
<package id="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
<Reference Include="Microsoft.CSharp" />
5353
<Reference Include="System.Data" />
5454
<Reference Include="System.Xml" />
55-
<Reference Include="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+
<Reference Include="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)