File tree Expand file tree Collapse file tree
src/JavaScriptEngineSwitcher.Jint Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 <PackageIconFullPath >../../Icons/JavaScriptEngineSwitcher_Jint_Logo128x128.png</PackageIconFullPath >
2323 <Description >JavaScriptEngineSwitcher.Jint contains a `JintJsEngine` adapter (wrapper for the Jint).</Description >
2424 <PackageTags >$(PackageCommonTags);Jint</PackageTags >
25- <PackageReleaseNotes >1. Jint was updated to version 4.8.0;
26- 2. In configuration settings of the Jint JS engine was added two new properties: `CompileRegex` (default `false`) and `DebuggerExceptionThrownCallback` (default `null`).</PackageReleaseNotes >
25+ <PackageReleaseNotes >Jint was updated to version 4.9.0.</PackageReleaseNotes >
2726 </PropertyGroup >
2827
2928 <ItemGroup >
30- <PackageReference Include =" Jint" Version =" 4.8 .0" />
29+ <PackageReference Include =" Jint" Version =" 4.9 .0" />
3130
3231 <ProjectReference Include =" ../JavaScriptEngineSwitcher.Core/JavaScriptEngineSwitcher.Core.csproj" />
3332 </ItemGroup >
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ public sealed class JintJsEngine : JsEngineBase
5959 /// <summary>
6060 /// Version of original JS engine
6161 /// </summary>
62- private const string EngineVersion = "4.8 .0" ;
62+ private const string EngineVersion = "4.9 .0" ;
6363
6464 /// <summary>
6565 /// Jint JS engine
Original file line number Diff line number Diff line change 1- JavaScriptEngineSwitcher.Jint contains a ` JintJsEngine ` adapter (wrapper for the [ Jint] ( http://github.com/sebastienros/jint ) version 4.8 .0).
1+ JavaScriptEngineSwitcher.Jint contains a ` JintJsEngine ` adapter (wrapper for the [ Jint] ( http://github.com/sebastienros/jint ) version 4.9 .0).
Original file line number Diff line number Diff line change 1212 DESCRIPTION
1313 ===========
1414 JavaScriptEngineSwitcher.Jint contains a `JintJsEngine` adapter (wrapper for the
15- Jint (http://github.com/sebastienros/jint) version 4.8 .0).
15+ Jint (http://github.com/sebastienros/jint) version 4.9 .0).
1616
1717 =============
1818 RELEASE NOTES
1919 =============
20- 1. Jint was updated to version 4.8.0;
21- 2. In configuration settings of the Jint JS engine was added two new properties:
22- `CompileRegex` (default `false`) and `DebuggerExceptionThrownCallback`
23- (default `null`).
20+ Jint was updated to version 4.9.0.
2421
2522 =============
2623 DOCUMENTATION
You can’t perform that action at this time.
0 commit comments