WPFFolderBrowser 1.0.2

dotnet add package WPFFolderBrowser --version 1.0.2
NuGet\Install-Package WPFFolderBrowser -Version 1.0.2
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="WPFFolderBrowser" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WPFFolderBrowser --version 1.0.2
#r "nuget: WPFFolderBrowser, 1.0.2"
#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 WPFFolderBrowser as a Cake Addin
#addin nuget:?package=WPFFolderBrowser&version=1.0.2

// Install WPFFolderBrowser as a Cake Tool
#tool nuget:?package=WPFFolderBrowser&version=1.0.2

Use the Windows Vista / Windows 7 Folder Browser Dialog from your WPF projects, without any additional dependencies.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on WPFFolderBrowser:

Repository Stars
icsharpcode/SharpZipLib
#ziplib is a Zip, GZip, Tar and BZip2 library written entirely in C# for the .NET platform.
TkYu/ChromeUpdater
:)
Version Downloads Last updated
1.0.2 50,875 5/12/2015

This project was adapted from the Vista Bridge sample on MSDN https://msdn2.microsoft.com/en-us/library/ms756482.aspx.

       As a result, the WPFFolderBrowserDialog class can now be used out of the box in WPF projects, much like the Microsoft.Win32.OpenFileDialog class, which actually lacks only a way to set the FOS_PICKFOLDER option in order to support this scenario (I still hope that some day some one will add this possibility and make this project obsolete!).

       Actually, everybody could do this by themselves, but since it took me roughly a day to figure out how to do it, I thought I'd share the result with the community...