Elmish.WPF 2.0.0-beta-6

This is a prerelease version of Elmish.WPF.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Elmish.WPF --version 2.0.0-beta-6
                    
NuGet\Install-Package Elmish.WPF -Version 2.0.0-beta-6
                    
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="Elmish.WPF" Version="2.0.0-beta-6" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Elmish.WPF" Version="2.0.0-beta-6" />
                    
Directory.Packages.props
<PackageReference Include="Elmish.WPF" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Elmish.WPF --version 2.0.0-beta-6
                    
#r "nuget: Elmish.WPF, 2.0.0-beta-6"
                    
#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.
#addin nuget:?package=Elmish.WPF&version=2.0.0-beta-6&prerelease
                    
Install Elmish.WPF as a Cake Addin
#tool nuget:?package=Elmish.WPF&version=2.0.0-beta-6&prerelease
                    
Install Elmish.WPF as a Cake Tool

F# bindings for using Elmish in WPF

Product Compatible and additional computed target framework versions.
.NET Framework net461 is compatible.  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
4.0.0-beta-56 159 10/1/2024
4.0.0-beta-55 297 6/4/2024
4.0.0-beta-54 351 9/27/2023
4.0.0-beta-53 177 9/9/2023
4.0.0-beta-52 165 9/1/2023
4.0.0-beta-50 208 5/19/2023
4.0.0-beta-49 187 5/6/2023
4.0.0-beta-48 126 5/6/2023
4.0.0-beta-47 159 5/2/2023
4.0.0-beta-46 176 4/5/2023
4.0.0-beta-45 401 7/25/2022
4.0.0-beta-44 603 4/6/2022
4.0.0-beta-43 220 4/3/2022
4.0.0-beta-42 1,052 9/11/2021
4.0.0-beta-41 4,064 3/12/2021
4.0.0-beta-40 566 3/9/2021
4.0.0-beta-3 1,284 2/22/2021
4.0.0-beta-2 267 2/13/2021
4.0.0-beta-1 308 2/11/2021
3.5.8 3,321 3/31/2021
3.5.7 539 2/5/2021
3.5.6 4,256 5/21/2020
3.5.5 625 4/24/2020
3.5.4 570 4/16/2020
3.5.3 587 4/13/2020
3.5.2 72,203 10/26/2019
3.5.1 1,148 10/16/2019
3.5.0 732 10/2/2019
3.4.1 632 9/26/2019
3.4.0 619 9/26/2019
3.3.0 643 9/16/2019
3.2.1 927 8/22/2019
3.2.0 638 8/20/2019
3.1.0 1,331 6/4/2019
3.0.0 677 5/28/2019
2.0.0 1,109 4/23/2019
2.0.0-beta-9 652 3/23/2019
2.0.0-beta-8 906 1/28/2019
2.0.0-beta-7 663 12/9/2018
2.0.0-beta-6 657 12/1/2018
2.0.0-beta-5 999 10/21/2018
2.0.0-beta-4 689 10/13/2018
2.0.0-beta-3 937 9/28/2018
2.0.0-beta-2 694 9/12/2018
2.0.0-beta-11 507 4/17/2019
2.0.0-beta-10 507 4/15/2019
2.0.0-beta-1 752 9/1/2018
1.0.0-beta-7 4,412 12/5/2017
1.0.0-beta-6 847 11/17/2017
1.0.0-beta-5 832 11/8/2017
1.0.0-beta-4 1,009 7/12/2017
1.0.0-beta-3 907 7/6/2017
1.0.0-beta-2 863 6/29/2017
1.0.0-beta-1 886 6/22/2017
0.9.0-beta-9 873 6/12/2017

- Update to Elmish 3
- Dispatch on UI thread to block instead of getting weird UI behaviour from race conditions when updates take too long