Yodii.Script 0.2.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Yodii.Script --version 0.2.0
                    
NuGet\Install-Package Yodii.Script -Version 0.2.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="Yodii.Script" Version="0.2.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Yodii.Script" Version="0.2.0" />
                    
Directory.Packages.props
<PackageReference Include="Yodii.Script" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Yodii.Script --version 0.2.0
                    
#r "nuget: Yodii.Script, 0.2.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.
#:package Yodii.Script@0.2.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Yodii.Script&version=0.2.0
                    
Install as a Cake Addin
#tool nuget:?package=Yodii.Script&version=0.2.0
                    
Install as a Cake Tool

Yodii.Script is a purely interpreted script language loosely based on javascript that supports function
     with closures. One of its major specificty is to be implemnted as a state machine: it evaluates its
     script in the calling thread, step-by-step or per time-slice without any cross threads concerns.
     A very simple template engine (based on <% ... %> and <%= ... %> tags) is also available.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  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.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Yodii.Script:

Package Downloads
CK.SqlServer.Setup.Runtime

CK-Database helps to setup, construct, manages and build modular relational databases upon SqlServer. CK.SqlServer.Setup.Runtime contains objects that generate StObj (like SqlTable or SqlPackage) implementations.

CK.Sqlite.Setup.Runtime

CK-Database Runtime and Engine provider for SQLite.

CK.Sqlite.Engine

CK-Database Runtime and Engine provider for SQLite.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.8.1 26,887 12/30/2020
0.8.0 4,099 2/11/2020
0.7.5 2,022 3/7/2020
0.7.4 3,874 9/26/2019
0.7.3 1,444 8/9/2019
0.7.2 1,873 6/2/2019
0.6.0 2,256 5/31/2018
0.5.2 1,490 11/22/2017
0.5.1 1,440 11/21/2017
0.5.0 1,440 11/20/2017
0.4.1 1,537 5/20/2017
0.4.0 1,436 1/29/2017
0.3.0 1,504 8/18/2016
0.2.0 1,412 7/22/2016
0.1.0 1,397 7/21/2016