Gjallarhorn 1.0.0-beta1

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

// Install Gjallarhorn as a Cake Tool
#tool nuget:?package=Gjallarhorn&version=1.0.0-beta1&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 (4)

Showing the top 4 NuGet packages that depend on Gjallarhorn:

Package Downloads
Gjallarhorn.Bindable

Unidirectional Framework for XAML Platforms built on top of Gjallarhorn

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.2.3 13,548 3/30/2018
1.2.2 2,085 3/8/2018
1.2.1 1,564 3/7/2018
1.2.0 1,078 3/7/2018
1.1.0 1,682 9/13/2017
1.0.1 1,079 9/7/2017
1.0.0 1,666 9/5/2017
1.0.0-beta1 987 9/5/2017
0.11.0 1,490 8/25/2017
0.0.10-beta 1,160 6/9/2017
0.0.9-beta 1,276 2/3/2017
0.0.8-beta 1,186 12/14/2016
0.0.7-beta 1,127 12/13/2016
0.0.6-beta 1,119 12/8/2016
0.0.5-beta1 927 12/3/2016
0.0.4-beta1 1,190 6/14/2016
0.0.3-beta1 904 6/1/2016
0.0.2-beta1 970 5/18/2016

Significant** breaking changes introduced to Bindable API
Created new, default API which is type safe and eliminates magic strings
Preferred, new API for binding in Bind module
Moved Binding to Bind.Explicit module
Moved CollectionBinding to Bind.Collection module