You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/JavaScriptEngineSwitcher.Jint/JavaScriptEngineSwitcher.Jint.csproj
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,7 @@
12
12
<Description>JavaScriptEngineSwitcher.Jint contains adapter `JintJsEngine` (wrapper for the Jint JavaScript Engine (http://github.com/sebastienros/jint) version 2.11.58).</Description>
<PackageReleaseNotes>1. Jint was updated to version 2.11.58;
16
-
2. Added a ability to pre-compile scripts;
17
-
3. In configuration settings of the Jint JS engine a `Timeout` property has been replaced by the `TimeoutInterval` property (default `TimeSpan.Zero`) and was added one new property - `LocalTimeZone` (default `TimeZoneInfo.Local`);
18
-
4. Added support of .NET Standard 2.0.</PackageReleaseNotes>
15
+
<PackageReleaseNotes>Fixed a error that occurs in the strict mode when generating an error message.</PackageReleaseNotes>
0 commit comments