Gjallarhorn.Bindable 0.0.7-beta

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

// Install Gjallarhorn.Bindable as a Cake Tool
#tool nuget:?package=Gjallarhorn.Bindable&version=0.0.7-beta&prerelease

Framework for managing mutable data with change notification and live views

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Gjallarhorn.Bindable:

Package Downloads
Gjallarhorn.Bindable.Wpf

Unidirectional Framework for XAML Platforms built on top of Gjallarhorn

Gjallarhorn.Bindable.XamarinForms

Unidirectional Framework for XAML Platforms built on top of Gjallarhorn

Gjallarhorn.Bindable.Avalonia

Unidirectional Framework for XAML Platforms built on top of Gjallarhorn

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0-beta7 1,594 3/10/2018
1.0.0-beta6 880 12/28/2017
1.0.0-beta5 1,085 12/14/2017
1.0.0-beta4 945 9/7/2017
1.0.0-beta3 979 9/7/2017
1.0.0-beta2 892 9/5/2017
1.0.0-beta1 917 9/5/2017
0.11.0 1,426 8/25/2017
0.0.10-beta 971 6/9/2017
0.0.9-beta 1,052 2/3/2017
0.0.8-beta 1,142 12/14/2016
0.0.7-beta 949 12/13/2016
0.0.6-beta 994 12/8/2016
0.0.5-beta1 871 12/3/2016
0.0.4-beta1 1,064 6/14/2016
0.0.3-beta1 897 6/1/2016
0.0.2-beta1 975 5/18/2016

Added new Signal.toFunction and Signal.mapFunction members
Added ObservableSource&lt;'a&gt; to ease working with observables
Improved samples