Fable.Elmish
4.0.2
.NET Standard 2.0
dotnet add package Fable.Elmish --version 4.0.2
NuGet\Install-Package Fable.Elmish -Version 4.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="Fable.Elmish" Version="4.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Fable.Elmish --version 4.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Fable.Elmish, 4.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 Fable.Elmish as a Cake Addin
#addin nuget:?package=Fable.Elmish&version=4.0.2
// Install Fable.Elmish as a Cake Tool
#tool nuget:?package=Fable.Elmish&version=4.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Elmish for Fable apps
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- Fable.Core (>= 3.7.1)
- FSharp.Core (>= 4.7.2)
NuGet packages (49)
Showing the top 5 NuGet packages that depend on Fable.Elmish:
Package | Downloads |
---|---|
Fable.Elmish.React
Elmish extensions for writing Fable apps with React and ReactNative |
|
Fable.Elmish.Browser
Elmish extensions for Fable apps targeting web browsers |
|
Fable.Elmish.Debugger
Debugger for Elmish apps |
|
Feliz.Router
A router component for React and Elmish that is focused, powerful and extremely easy to use. |
|
Feliz.UseElmish
useElmish hooks to build Elmish components as React components |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
4.0.2 | 4,592 | 6/2/2023 |
4.0.1 | 6,798 | 2/8/2023 |
4.0.0 | 15,777 | 12/22/2022 |
4.0.0-beta-6 | 122 | 12/13/2022 |
4.0.0-beta-5 | 5,558 | 9/19/2022 |
4.0.0-beta-3 | 1,556 | 12/3/2021 |
4.0.0-beta-2 | 1,251 | 11/28/2021 |
4.0.0-beta-1 | 516 | 11/27/2021 |
4.0.0-alpha-2 | 513 | 6/13/2020 |
4.0.0-alpha-1 | 2,319 | 10/29/2019 |
3.1.0 | 208,262 | 7/11/2020 |
3.0.6 | 143,149 | 8/22/2019 |
3.0.5 | 12,830 | 8/8/2019 |
3.0.4 | 5,547 | 6/29/2019 |
3.0.3 | 3,315 | 6/4/2019 |
3.0.1 | 3,497 | 5/27/2019 |
3.0.0-beta-8 | 1,788 | 4/17/2019 |
3.0.0-beta-7 | 2,497 | 3/22/2019 |
3.0.0-beta-6 | 456 | 3/20/2019 |
3.0.0-beta-5 | 525 | 3/13/2019 |
3.0.0-beta-4 | 1,986 | 12/9/2018 |
3.0.0-beta-2 | 869 | 11/17/2018 |
3.0.0-beta-1 | 568 | 11/11/2018 |
2.0.3 | 26,573 | 11/3/2018 |
2.0.2 | 787 | 11/3/2018 |
2.0.0 | 9,063 | 10/1/2018 |
2.0.0-beta-4 | 1,909 | 8/5/2018 |
2.0.0-beta-2 | 896 | 3/2/2018 |
2.0.0-beta-1 | 1,288 | 1/30/2018 |
1.0.3 | 42,587 | 5/8/2018 |
1.0.2 | 4,699 | 4/30/2018 |
1.0.1 | 12,285 | 11/23/2017 |
1.0.0 | 7,270 | 10/11/2017 |
1.0.0-beta-1 | 1,227 | 9/8/2017 |
0.9.2 | 9,973 | 7/14/2017 |
0.9.1 | 2,240 | 6/20/2017 |
0.9.0-beta-008 | 2,326 | 5/14/2017 |
0.9.0-beta-007 | 787 | 5/14/2017 |
Loosen the tasks contraint when we don't care about the result (#277).