Skip to content

Commit e257246

Browse files
committed
In JavaScriptEngineSwitcher.Jint simplified a handling of JS runtime errors
1 parent 8569dfb commit e257246

File tree

3 files changed

+123
-165
lines changed

3 files changed

+123
-165
lines changed

src/JavaScriptEngineSwitcher.Jint/JavaScriptEngineSwitcher.Jint.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
<Description>JavaScriptEngineSwitcher.Jint contains adapter `JintJsEngine` (wrapper for the Jint JavaScript Engine (http://github.com/sebastienros/jint) version 3.0.0 Beta 1715).</Description>
1414
<PackageIcon>icon.png</PackageIcon>
1515
<PackageTags>JavaScriptEngineSwitcher;JavaScript;ECMAScript;Jint</PackageTags>
16-
<PackageReleaseNotes>Jint was updated to version 3.0.0 Beta 1715.</PackageReleaseNotes>
16+
<PackageReleaseNotes>1. Jint was updated to version 3.0.0 Beta 1715;
17+
2. Simplified a handling of JS runtime errors.</PackageReleaseNotes>
1718
</PropertyGroup>
1819

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

0 commit comments

Comments
 (0)