MVVM.awesomium 0.9.4

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

// Install MVVM.awesomium as a Cake Tool
#tool nuget:?package=MVVM.awesomium&version=0.9.4

C#-javascript binding with Awesomium allowing to use HTML UI with MVVM pattern.
This framework act as a glue between a C# ViewModel and a awesomium IWebView using knockout.js as an infrastructure. This allows to reuse 100% of View Model written for WPF in a HTML UI.

After, nuget instalation you can add HTMLWindow to the VisualStudio toolbox, using the following steps:
1) Right-click in the Visual Studio WPF toolbox.
2) Click "Choose Items..."
3) Click "Browse..."
4) Navigate to your the MVVMAwesomium.dll under the package lib and click Open
5) Then click "Ok"
Alternatively you can drag and the drop the MVVMAwesomium.dll into the Visual Studio WPF toolbox.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  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
0.9.9 4,784 3/2/2015
0.9.8.5 1,401 2/18/2015
0.9.8.3 1,208 2/10/2015
0.9.7 1,184 1/28/2015
0.9.6.2 1,130 1/8/2015
0.9.5.2 1,347 12/17/2014
0.9.5 1,370 12/10/2014
0.9.4 1,280 11/30/2014
0.9.1.3 1,198 9/29/2014
0.9.1.2 1,314 9/28/2014
0.9.1.1 1,140 9/27/2014

Enum support.
Null pointer support.
Navigation API.
Circular reference handling.
new ko bindings:
      -enum to image
      -animation for navigation
Creation of HTMLWindow user control
New debug APIs.
Tracing of binding errors in C# trace.
Addition of a minified version of javascript file.