MsieJavaScriptEngine 1.4.4

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

// Install MsieJavaScriptEngine as a Cake Tool
#tool nuget:?package=MsieJavaScriptEngine&version=1.4.4

This project is a .NET wrapper for working with the Internet Explorer's JavaScript engines (JsRT version of Chakra, ActiveScript version of Chakra and Classic JavaScript Engine). Project was based on the code of SassAndCoffee.JavaScript (https://github.com/paulcbetts/SassAndCoffee) and Chakra Sample Hosts (https://github.com/panopticoncentral/chakra-host).

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.

This package has no dependencies.

GitHub repositories (6)

Showing the top 5 popular GitHub repositories that depend on MsieJavaScriptEngine:

Repository Stars
smartstore/SmartStoreNET
Open Source ASP.NET MVC Enterprise eCommerce Shopping Cart Solution
reactjs/React.NET
.NET library for JSX compilation and server-side rendering of React components
Taritsyn/WebMarkupMin
The Web Markup Minifier (abbreviated WebMarkupMin) - a .NET library that contains a set of markup minifiers. The objective of this project is to improve the performance of web applications by reducing the size of HTML, XHTML and XML code.
Taritsyn/JavaScriptEngineSwitcher
JavaScript Engine Switcher determines unified interface for access to the basic features of popular JavaScript engines. This library allows you to quickly and easily switch to using of another JavaScript engine.
iccfish/Cn12306UnofficalClient
12306非官方客户端
Version Downloads Last updated
1.5.3 9,999 5/5/2015
1.5.2 3,014 4/5/2015
1.5.1 13,109 1/13/2015
1.5.0 16,631 10/13/2014
1.4.4 10,496 7/22/2014
1.4.3 5,365 4/27/2014
1.4.2 6,877 3/24/2014
1.4.1 80 3/22/2014
1.4.0 11,424 2/27/2014
1.3.0 793 1/16/2014
1.2.0 1,018 12/30/2013
1.1.3 7,740 9/3/2013
1.1.2 1,557 6/20/2013
1.1.1 554 10/15/2012
1.1.0 64 10/11/2012
1.0.8 63 9/20/2012
1.0.7 58 9/9/2012
1.0.5 58 8/29/2012
1.0.1 60 8/27/2012
1.0.0 65 8/26/2012

Source code of the `ChakraJsRtJsEngine` was synchronized with the Chakra Sample Hosts version of July 22, 2014.