OpenfinDesktop 6.0.1
See the version list below for details.
dotnet add package OpenfinDesktop --version 6.0.1
NuGet\Install-Package OpenfinDesktop -Version 6.0.1
<PackageReference Include="OpenfinDesktop" Version="6.0.1" />
paket add OpenfinDesktop --version 6.0.1
#r "nuget: OpenfinDesktop, 6.0.1"
// Install OpenfinDesktop as a Cake Addin #addin nuget:?package=OpenfinDesktop&version=6.0.1 // Install OpenfinDesktop as a Cake Tool #tool nuget:?package=OpenfinDesktop&version=6.0.1
OpenFin Desktop Runtime .Net Adapter
Product | Versions 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. |
-
- DotNetZip (>= 1.9.1.8)
- Newtonsoft.Json (>= 9.0.1)
- WebSocket4Net (>= 0.14.1)
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.6.1 | 122 | 11/8/2024 |
17.6.0 | 359 | 7/22/2024 |
17.5.1 | 473 | 3/18/2024 |
17.4.0 | 3,677 | 8/5/2022 |
17.3.3 | 2,136 | 5/18/2022 |
17.3.2 | 2,613 | 5/5/2022 |
17.3.1 | 1,976 | 5/3/2022 |
17.3.0 | 2,048 | 3/25/2022 |
17.2.0 | 3,638 | 10/4/2021 |
17.1.0 | 4,336 | 7/23/2021 |
17.0.0 | 2,031 | 6/9/2021 |
16.8.2 | 2,176 | 4/20/2021 |
16.8.1 | 1,760 | 4/7/2021 |
16.7.0 | 2,878 | 10/14/2020 |
16.6.0 | 2,431 | 8/3/2020 |
16.5.0 | 2,078 | 7/23/2020 |
16.4.0 | 2,431 | 7/10/2020 |
16.3.1 | 2,076 | 7/8/2020 |
16.3.0 | 2,142 | 7/6/2020 |
16.1.3 | 1,991 | 6/29/2020 |
16.1.1 | 2,153 | 6/24/2020 |
16.1.0 | 2,531 | 6/9/2020 |
16.0.0 | 5,389 | 5/29/2020 |
14.1.1 | 6,549 | 2/13/2020 |
14.1.0 | 2,781 | 1/29/2020 |
14.0.0 | 4,378 | 11/22/2019 |
10.0.0 | 5,106 | 10/26/2019 |
9.0.2 | 3,248 | 7/10/2019 |
9.0.1 | 2,899 | 5/16/2019 |
8.1.3 | 7,509 | 11/13/2018 |
8.1.2 | 3,225 | 1/19/2019 |
8.1.1 | 3,371 | 8/1/2018 |
7.1.0 | 3,514 | 10/13/2017 |
7.0.0 | 2,953 | 9/8/2017 |
6.2.0 | 3,584 | 8/14/2017 |
6.1.0 | 13,246 | 6/6/2017 |
6.0.2 | 16,376 | 3/17/2017 |
6.0.1 | 3,081 | 2/7/2017 |
5.44.9.38 | 2,910 | 6/6/2017 |
5.44.9.12 | 3,796 | 4/6/2016 |
[New Features]
- Added ability to provide custom data to a WindowOptions object.
- Exposed setting to enable browser plugins such as Flash on a per-application basis.
- Added ability to load RuntimeOptions from an application manifest (app.json) file.
- Added LicenseKey property to RuntimeOptions to allow .NET-launched applications to specify key.
- Added ability to provide credentials when Openfin window is requesting HTTP Basic Authentication.
[Improvements]
- Enhanced most API calls to move away from string-based UUID and Window names, in favor of wrapped Openfin entites (Applications and Windows).
- Enhanced EmbeddedView initialization logic to facilitate re-initialization and embedding after an application restart or runtime reconnect
- Added new RVMOptions properties InstallDirectory and WorkingDirectory to allow explicit control of RVM and Runtime installation locations
- Desktop event callbacks and messaging callbacks are now raised on dedicated dispatcher threads
- Removed notification API from the .NET Adapter core
- Added strongly-typed events to the OpenfinSystem, Application, and Window classes to replace most addEventListener(...) usage
- Class DesktopConnection and its implementors have been marked deprecated
- Previously deprecated InterApplicationBus.send(...) method has been removed
- All EmbeddedView events are now invoked on the UI thread automatically
- Previously deprecated RVMOptions have been removed
- Added an event-based API for the InterApplicationBus
- Previously deprecated Openfin.Desktop.Asset class and various other deprecated properties have been removed
[Bug Fixes]
- Fixed position calibration issue for the WPF EmbeddedView that was sometimes observed during initialization.
- Fixed unhandled exceptions that were raised by mapped events during certain shutdown scenarios.
- Fixed window creation error when using default URL, "about:blank".
- Fixed timeout issue during Runtime connect which could cause the Adapter to wait indefinitely for connection.
- Fixed error when users supplies null callback to Runtime.Connect(...)
- Fixed name pipe port discovery to use latest Chrome Pickle protocol