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(
512512 const string buildInstructionsUrl =
513513 "https://github.com/Microsoft/ChakraCore/wiki/Building-ChakraCore#{0}" ;
514514 const string manualInstallationInstructionsUrl =
515- "https://github.com/Taritsyn/JavaScriptEngineSwitcher/wiki/JS-Engine-Switcher:- ChakraCore#{0}" ;
515+ "https://github.com/Taritsyn/JavaScriptEngineSwitcher/wiki/ChakraCore#{0}" ;
516516 Architecture osArchitecture = RuntimeInformation . OSArchitecture ;
517517
518518 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
2222 * JavaScriptEngineSwitcher.ChakraCore.Native.osx-x64</Description >
2323 <PackageIconUrl >https://raw.githubusercontent.com/Taritsyn/JavaScriptEngineSwitcher/master/Icons/JavaScriptEngineSwitcher_ChakraCore_Logo128x128.png</PackageIconUrl >
2424 <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 >
2626 </PropertyGroup >
2727
2828 <Import Project =" ../../build/common.props" />
Original file line number Diff line number Diff line change 3030 =============
3131 RELEASE NOTES
3232 =============
33- Improved a performance of the `UnicodeToAnsi` method of `EncodingHelpers` class .
33+ In error message fixed a link to the documentation .
3434
3535 =============
3636 DOCUMENTATION
You can’t perform that action at this time.
0 commit comments