Jurassic2 2.2.1

.NET Framework 3.5
dotnet add package Jurassic2 --version 2.2.1
NuGet\Install-Package Jurassic2 -Version 2.2.1
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="Jurassic2" Version="2.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Jurassic2 --version 2.2.1
#r "nuget: Jurassic2, 2.2.1"
#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 Jurassic2 as a Cake Addin
#addin nuget:?package=Jurassic2&version=2.2.1

// Install Jurassic2 as a Cake Tool
#tool nuget:?package=Jurassic2&version=2.2.1

Jurassic is an implementation of the ECMAScript language and runtime.
           It aims to provide the best performing and most standards-compliant
           implementation of JavaScript for .NET. Jurassic is not intended for end-users;
           instead it is intended to be integrated into .NET programs. If you are the
           author of a .NET program, you can use Jurassic to compile and execute JavaScript code.

           This version with fixes for Mono Runtime from https://github.com/mono/jurassic
           Source code: https://github.com/Ormikon/Jurassic

Product Versions
.NET Framework net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
Silverlight sl5
Windows Phone wp8 wp81
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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
2.2.1 2,446 9/26/2015

The latest fixes from https://jurassic.codeplex.com/ (default:b001129861d2)
           with fixes for Mono Runtime from https://github.com/mono/jurassic