ZIP
WinGet
cs-script
oleg-shilo · 4.13.1.0 · neutral
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.
File Identity
Filename
cs-script.win.v4.13.1.0.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
oleg-shilo.cs-script
Version
4.13.1.0
Description
C# Script execution engine
License
MIT
↗
Installer URL
https://github.com/oleg-shilo/cs-script/releases/download/v4.13.1.0/cs-script.win.v4.13.1.0.zip
Release Notes
- #432: "Restoring packages..." hangs
- Added compiler `NET10_0_OR_GREATER` and `NET10` for .NET10 scripts.
- Added public ConsoleExtensions
```c#
Console.Print("Running on .NET 10 or greater", DarkGreen);
Console.Print("Hello");
var name = Console.Prompt("Enter your name: ", DarkYellow);
```