Openfin.Winform 6.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Openfin.Winform --version 6.0.1
NuGet\Install-Package Openfin.Winform -Version 6.0.1
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="Openfin.Winform" Version="6.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Openfin.Winform --version 6.0.1
#r "nuget: Openfin.Winform, 6.0.1"
#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 Openfin.Winform as a Cake Addin
#addin nuget:?package=Openfin.Winform&version=6.0.1

// Install Openfin.Winform as a Cake Tool
#tool nuget:?package=Openfin.Winform&version=6.0.1

OpenFin Desktop Runtime .Net Embedded View

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 (1)

Showing the top 1 NuGet packages that depend on Openfin.Winform:

Package Downloads
Openfin.WPF

OpenFin Desktop Runtime .NET Embedded View

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
17.5.1 226 3/18/2024
17.4.0 2,312 8/5/2022
17.3.3 1,540 5/18/2022
17.3.2 1,512 5/5/2022
17.3.1 1,400 5/3/2022
17.3.0 1,483 3/25/2022
17.2.1-alpha3 872 3/4/2022
17.2.1-alpha2 835 2/24/2022
17.2.1-alpha1 887 2/4/2022
17.2.0 2,091 10/4/2021
17.1.0 1,484 7/23/2021
17.0.0 1,330 6/9/2021
16.8.2 1,369 4/20/2021
16.8.1 1,255 4/7/2021
16.7.0 1,784 10/14/2020
16.6.0 1,520 8/3/2020
16.5.0 1,457 7/23/2020
16.4.0 1,507 7/10/2020
16.3.1 1,479 7/8/2020
16.3.0 1,526 7/6/2020
16.1.3 1,344 6/29/2020
16.1.1 1,545 6/24/2020
16.1.0 1,535 6/9/2020
16.0.0 1,559 5/29/2020
14.1.1 2,554 2/13/2020
14.1.0 1,734 1/29/2020
14.0.0 3,023 11/22/2019
10.0.0 1,727 10/26/2019
9.0.2 2,031 7/10/2019
9.0.1 1,991 5/16/2019
8.1.3 6,058 11/13/2018
8.1.2 2,279 1/19/2019
8.1.1 2,224 8/1/2018
7.1.0 2,573 10/13/2017
7.0.0 2,115 9/8/2017
6.2.0 2,705 8/14/2017
6.1.0 2,233 6/6/2017
6.0.2 2,180 3/17/2017
6.0.1 2,371 2/7/2017
5.44.9.38 2,101 6/6/2017
5.44.9.12 2,979 4/6/2016
5.44.9.1 2,747 1/22/2016
5.44.8.6 2,563 12/23/2015
5.44.8.5 2,191 12/17/2015
5.44.8.3 2,806 12/4/2015
5.44.8.2 2,685 11/19/2015
5.44.8.1 2,347 11/6/2015
5.44.7.1 2,183 10/16/2015
4.40.7.1 2,202 9/28/2015
4.40.6.1 2,275 9/10/2015
4.40.5.1 2,510 8/4/2015
4.40.4.7 2,326 7/14/2015
4.40.3.6 2,189 7/13/2015
4.40.3.5 2,212 6/26/2015
4.40.3.4 2,092 6/26/2015
4.40.3.3 2,474 6/12/2015
4.40.3.1 2,243 5/15/2015
4.40.2.10 3,025 5/12/2015
4.40.2.9 1,570 5/12/2015
4.40.2.8 1,530 5/11/2015
4.40.2.7 1,642 5/8/2015
4.40.2.6 1,839 5/1/2015
4.40.2.5 1,556 4/30/2015

[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