File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/JavaScriptEngineSwitcher.ChakraCore Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -512,7 +512,7 @@ private static WrapperEngineLoadException WrapDllNotFoundException(
512
512
const string buildInstructionsUrl =
513
513
"https://github.com/Microsoft/ChakraCore/wiki/Building-ChakraCore#{0}" ;
514
514
const string manualInstallationInstructionsUrl =
515
- "https://github.com/Taritsyn/JavaScriptEngineSwitcher/wiki/JS-Engine-Switcher:- ChakraCore#{0}" ;
515
+ "https://github.com/Taritsyn/JavaScriptEngineSwitcher/wiki/ChakraCore#{0}" ;
516
516
Architecture osArchitecture = RuntimeInformation . OSArchitecture ;
517
517
518
518
var stringBuilderPool = StringBuilderPool . Shared ;
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ This package does not contain the native implementations of ChakraCore. Therefor
22
22
* JavaScriptEngineSwitcher.ChakraCore.Native.osx-x64</Description >
23
23
<PackageIconUrl >https://raw.githubusercontent.com/Taritsyn/JavaScriptEngineSwitcher/master/Icons/JavaScriptEngineSwitcher_ChakraCore_Logo128x128.png</PackageIconUrl >
24
24
<PackageTags >JavaScriptEngineSwitcher;JavaScript;ECMAScript;ChakraCore</PackageTags >
25
- <PackageReleaseNotes >Improved a performance of the `UnicodeToAnsi` method of `EncodingHelpers` class .</PackageReleaseNotes >
25
+ <PackageReleaseNotes >In error message fixed a link to the documentation .</PackageReleaseNotes >
26
26
</PropertyGroup >
27
27
28
28
<Import Project =" ../../build/common.props" />
Original file line number Diff line number Diff line change 30
30
=============
31
31
RELEASE NOTES
32
32
=============
33
- Improved a performance of the `UnicodeToAnsi` method of `EncodingHelpers` class .
33
+ In error message fixed a link to the documentation .
34
34
35
35
=============
36
36
DOCUMENTATION
You can’t perform that action at this time.
0 commit comments