IronWren 2.0.0

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

// Install IronWren as a Cake Tool
#tool nuget:?package=IronWren&version=2.0.0

.NET integration for the scripting language Wren created by munificent.

http://wren.io/
https://github.com/munificent/wren

Supports the whole VM API and also generating Wren foreign-classes for C# classes.

The Native folder content has to be set to copy manually.

There are no supported framework assets in this package.

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.0.0 1,170 6/8/2016
1.0.0 951 6/6/2016

WrenVM instances will not be kept alive anymore after the user code doesn't have any more references to it.