Skip to content

Commit 1eb1bd7

Browse files
committed
In JavaScriptEngineSwitcher.ChakraCore in the NativeMethods class for the netstandard targets was changed a calling convention from StdCall to Cdecl
1 parent 9bce208 commit 1eb1bd7

File tree

3 files changed

+118
-117
lines changed

3 files changed

+118
-117
lines changed

src/JavaScriptEngineSwitcher.ChakraCore/JavaScriptEngineSwitcher.ChakraCore.csproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,7 @@ This package does not contain the native implementations of ChakraCore. Therefor
2323
* JavaScriptEngineSwitcher.ChakraCore.Native.osx-x64</Description>
2424
<PackageIconUrl>https://raw.githubusercontent.com/Taritsyn/JavaScriptEngineSwitcher/master/Icons/JavaScriptEngineSwitcher_ChakraCore_Logo128x128.png</PackageIconUrl>
2525
<PackageTags>JavaScriptEngineSwitcher;JavaScript;ECMAScript;ChakraCore</PackageTags>
26-
<PackageReleaseNotes>1. ChakraCore was updated to version 1.11.1;
27-
2. No longer used the old ChakraCore API for Windows (Internet Explorer-like API);
28-
3. Optimized a memory usage;
29-
4. `MaxStackSize` configuration property was removed from the version for .NET Standard 1.3.</PackageReleaseNotes>
26+
<PackageReleaseNotes>In the `NativeMethods` class for the `netstandard` targets was changed a calling convention from `StdCall` to `Cdecl`.</PackageReleaseNotes>
3027
</PropertyGroup>
3128

3229
<Import Project="../../build/common.props" />

0 commit comments

Comments
 (0)