Comparing version 0.1.0 to 0.2.0
exports.getCompiler = function () { | ||
return __dirname + '\\edge-cs.dll'; | ||
return process.env.EDGE_CS_NATIVE || (__dirname + '\\edge-cs.dll'); | ||
}; |
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "Edge-cs: run C# and node.js code in-process with edge.js", | ||
@@ -11,0 +11,0 @@ "tags" : ["owin", "edge", "net", "clr", "c#", "managed", ".net"], |
edge-cs | ||
======= | ||
C# compiler for edge.js | ||
This is a C# compiler for edge.js. | ||
See [edge.js overview](http://tjanczuk.github.com/edge) and [edge.js on GitHub](https://github.com/tjanczuk/egde) for more information. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22682
7