electron-edge-js
Advanced tools
Comparing version 29.0.1 to 29.0.2
@@ -7,3 +7,3 @@ { | ||
}, | ||
"version": "29.0.1", | ||
"version": "29.0.2", | ||
"description": "Edge.js: run .NET and Node.js in-process on Electron", | ||
@@ -10,0 +10,0 @@ "tags": [ |
@@ -5,3 +5,3 @@ # .NET and Node.js in-process on Electron | ||
Windows binaries pre-compiled for | ||
### Windows binaries pre-compiled for | ||
@@ -43,3 +43,11 @@ | Electron | Node.Js Version | | ||
``` | ||
## Migration to .NET Core 3.1 :exclamation: | ||
Edge.Js C# code has been migrated to .NET 3.1. If your project is referencing `EdgeJs.dll` and/or `Edge.js.CSharp.dll` file locations have changed. | ||
```bash | ||
node_modules/electron-edge-js/lib/bootstrap/bin/Release/netcoreapp3.1/EdgeJs.dll | ||
node_modules/electron-edge-js/lib/bootstrap/bin/Release/netcoreapp3.1/Edge.js.CSharp.dll | ||
``` | ||
## Requirements (Windows) | ||
@@ -46,0 +54,0 @@ |
@@ -5,3 +5,3 @@ /*jshint esversion: 6 */ | ||
const Mocha = require('mocha'); | ||
const merge = require('mochawesome-merge'); | ||
//const merge = require('mochawesome-merge'); | ||
@@ -8,0 +8,0 @@ const baseNetAppPath = path.join(__dirname, '/bin/Debug/netcoreapp3.1/'); |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
18781791
124
23