DropboxExplorer 1.1.1

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

// Install DropboxExplorer as a Cake Tool
#tool nuget:?package=DropboxExplorer&version=1.1.1

Dropbox open and save file dialogs for .NET

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.5.0 1,957 10/25/2016
1.4.0 1,233 6/7/2016
1.3.0 1,860 4/25/2016
1.2.0 1,270 4/1/2016
1.1.1 1,234 3/24/2016
1.1.0 1,594 3/21/2016
1.0.0 1,109 3/11/2016

Multiple bug fixes:
* Improved error handling if the connection drops.
* Asynchronous issues with repeat clicks on toolbar buttons.
* Windows scaling layout issues for high DPI screens.
* High quality hand cursor from operating system instead of the .NET version.
The main FileBrowser control has been made public and can therefore be used directly in your own UI. Future release will enhance the features available on this control.