OpenfinDesktop 6.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package OpenfinDesktop --version 6.1.0
NuGet\Install-Package OpenfinDesktop -Version 6.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="OpenfinDesktop" Version="6.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OpenfinDesktop --version 6.1.0
#r "nuget: OpenfinDesktop, 6.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install OpenfinDesktop as a Cake Addin
#addin nuget:?package=OpenfinDesktop&version=6.1.0

// Install OpenfinDesktop as a Cake Tool
#tool nuget:?package=OpenfinDesktop&version=6.1.0

OpenFin Desktop Runtime .Net Adapter

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on OpenfinDesktop:

Package Downloads
Openfin.Winform

OpenFin Desktop Runtime .NET Embedded View

Openfin.WPF

OpenFin Desktop Runtime .NET Embedded View

OpenFin.Excel

OpenFin Desktop Runtime Excel Adapter

Openfin.Notifications

OpenFin .NET Notifications Service Client

OpenFin.FDC3

OpenFin FDC3 Client

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
17.5.1 258 3/18/2024
17.4.0 3,403 8/5/2022
17.3.3 2,057 5/18/2022
17.3.2 2,504 5/5/2022
17.3.1 1,904 5/3/2022
17.3.0 1,984 3/25/2022
17.2.0 3,428 10/4/2021
17.1.0 4,265 7/23/2021
17.0.0 1,948 6/9/2021
16.8.2 2,088 4/20/2021
16.8.1 1,680 4/7/2021
16.7.0 2,709 10/14/2020
16.6.0 2,345 8/3/2020
16.5.0 1,996 7/23/2020
16.4.0 2,335 7/10/2020
16.3.1 1,986 7/8/2020
16.3.0 2,035 7/6/2020
16.1.3 1,913 6/29/2020
16.1.1 2,064 6/24/2020
16.1.0 2,468 6/9/2020
16.0.0 5,184 5/29/2020
14.1.1 5,728 2/13/2020
14.1.0 2,681 1/29/2020
14.0.0 4,228 11/22/2019
10.0.0 4,828 10/26/2019
9.0.2 3,132 7/10/2019
9.0.1 2,810 5/16/2019
8.1.3 7,212 11/13/2018
8.1.2 3,119 1/19/2019
8.1.1 3,250 8/1/2018
7.1.0 3,402 10/13/2017
7.0.0 2,848 9/8/2017
6.2.0 3,470 8/14/2017
6.1.0 8,129 6/6/2017
6.0.2 11,260 3/17/2017
6.0.1 3,005 2/7/2017
5.44.9.38 2,830 6/6/2017
5.44.9.12 3,672 4/6/2016

New Features

External connections can use the process UUID as a connection UUID if launched from Openfin.
Added new ExternalApplication API.
Added ability for Openfin-launched external applications to determine the identity of the opener.
Changed default RuntimeOptions.Version value to always match the major version of the Adapter.
Added browser-style navigation to Openfin Window objects.
Added ability to determine current URL of a given OpenFin window.
Added ExecuteJavascript feature.
Added events for determining HTTP response codes or page load errors during navigation.

Improvements

Added manually specified port number to application manifest.

Bug Fixes

Fixed dropdown positioning on Winforms EmbeddedView when hidden during initialization.
Fixed NullReferenceException when moving WPF EmbeddedView during initialization.
Fixed RuntimeOptions.AssetsPath specification.
Fixed unhandled exception when calling Runtime.Dispose().