Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs2/pages/getting-started/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,16 @@ int result = Eval.Execute<int>(@"
var filter = list.Where(x => x < 4);
return filter.Sum(x => x);");
```
## Installing & Upgrading
Download the <a href="/download">NuGet Package</a>

## Requirements

### .NET Framework Version

- .NET Framework 4.0 or greater
- .NET Standard 1.3


### Is it that simple?

Expand Down