CS-Script.lib
3.30.5.1
dotnet add package CS-Script.lib --version 3.30.5.1
NuGet\Install-Package CS-Script.lib -Version 3.30.5.1
<PackageReference Include="CS-Script.lib" Version="3.30.5.1" />
paket add CS-Script.lib --version 3.30.5.1
#r "nuget: CS-Script.lib, 3.30.5.1"
// Install CS-Script.lib as a Cake Addin
#addin nuget:?package=CS-Script.lib&version=3.30.5.1
// Install CS-Script.lib as a Cake Tool
#tool nuget:?package=CS-Script.lib&version=3.30.5.1
Class Library assembly for the CS-Script engine (no dependencies). CS-Script is a CLR (Common Language Runtime) based scripting system which uses ECMA-compliant C# as a programming language.
This package distributes only the raw CS-Script engine so you can use it (if required) with untested dependencies (e.g. any version of Roslyn).
Product | Versions |
---|---|
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on CS-Script.lib:
Package | Downloads |
---|---|
CS-Script.lib.Roslyn
Class Library assembly for the CS-Script engine (no dependencies). CS-Script is a CLR (Common Language Runtime) based scripting system which uses ECMA-compliant C# as a programming language. This package distributes only the raw CS-Script engine so you can use it (if required) with untested dependencies (e.g. any version of Roslyn). |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on CS-Script.lib:
Repository | Stars |
---|---|
leezer3/OpenBVE
OpenBVE- A free train simulator
|
Version | Downloads | Last updated |
---|---|---|
3.30.5.1 | 27,527 | 12/21/2020 |
3.30.5-pre | 242 | 12/20/2020 |
3.30.4 | 435 | 12/12/2020 |
3.30.3 | 31,478 | 5/30/2020 |
3.30.2-HotFix | 304 | 4/27/2020 |
3.30.1.1-HotFix | 453 | 1/17/2020 |
3.30.1-HotFix | 348 | 12/17/2019 |
3.30.0 | 22,835 | 10/14/2019 |
3.29.0 | 15,094 | 5/22/2019 |
3.28.7 | 10,159 | 9/2/2018 |
3.28.4 | 5,379 | 4/28/2018 |
3.28.2 | 2,038 | 3/15/2018 |
3.28.0.1 | 2,054 | 2/5/2018 |
3.28.0 | 2,132 | 2/4/2018 |
3.27.2 | 8,195 | 8/11/2017 |
3.27.0 | 1,312 | 7/19/2017 |
3.26.2 | 1,066 | 6/30/2017 |
3.25.1 | 2,113 | 3/23/2017 |
3.24.2 | 1,085 | 3/5/2017 |
3.24.0 | 940 | 2/14/2017 |
3.22.0 | 928 | 1/30/2017 |
3.21.1 | 919 | 1/25/2017 |
3.18.1 | 1,235 | 12/3/2016 |
- Issue #220: Reason for not defining TRACE when compiling without the debug flag
- Removed all non v4.6 targets from the NuGet packages
- PR #178:Fixed issue where Example.Sub assembly would be matched when requesting Example assembly