From 75e20b66f7dd27964a45ce2bee4c18a8d173228a Mon Sep 17 00:00:00 2001 From: agracio Date: Tue, 14 May 2024 00:42:36 +0100 Subject: [PATCH] updating readme --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 43fe19d3..bb790c40 100644 --- a/README.md +++ b/README.md @@ -103,8 +103,10 @@ When packaging your application using Webpack make sure that `edge-js` is specif | Framework | Platform | NPM Package | Language code | Documentation | | ----------- | ------------ | ----------- |-------------- | ------------- | -| ~~.NET 4.5~~ | ~~Windows~~ | ~~`edge-fs`~~ | ~~`fs`~~ | ~~[Script F# in Node.js](#how-to-script-f-in-a-nodejs-application)~~ | -| CoreCLR | Any | In development | N/A| N/A | +| .NET 4.5 | Windows | `edge-fs` | `fs` | [Script F# in Node.js](https://github.com/agracio/edge-fs) :link: | +| CoreCLR | Windows | `edge-fs` | `fs` | [Script F# in Node.js](https://github.com/agracio/edge-fs) :link: | + +***Requires .NET Framework 4.6.2*** ### Python (IronPython) scripting @@ -131,7 +133,7 @@ Provides simple access to MS SQL without the need to write separate C# code. | Framework | Platform | NPM Package | Language code | Documentation | | ------------- | ------------ | ----------- |-------------- | ------------- | | .NET 4.5 | Windows | `edge-sql` | `sql`| [Script T-SQL in Node.js](https://github.com/agracio/edge-sql) :link: | -| .NET Standard | Any | `edge-sql` | `sql`| [Script T-SQL in Node.js](https://github.com/agracio/edge-sql) :link: | +| CoreCLR | Any | `edge-sql` | `sql`| [Script T-SQL in Node.js](https://github.com/agracio/edge-sql) :link: | ---------