File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
src/JavaScriptEngineSwitcher.Jint Expand file tree Collapse file tree 4 files changed +6
-6
lines changed 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 >Jint was updated to version 3.1.4 .</PackageReleaseNotes >
25+ <PackageReleaseNotes >Jint was updated to version 3.1.5 .</PackageReleaseNotes >
2626 </PropertyGroup >
2727
2828 <ItemGroup >
29- <PackageReference Include =" Jint" Version =" 3.1.4 " />
29+ <PackageReference Include =" Jint" Version =" 3.1.5 " />
3030
3131 <ProjectReference Include =" ../JavaScriptEngineSwitcher.Core/JavaScriptEngineSwitcher.Core.csproj" />
3232 </ItemGroup >
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ public sealed class JintJsEngine : JsEngineBase
5050 /// <summary>
5151 /// Version of original JS engine
5252 /// </summary>
53- private const string EngineVersion = "3.1.4 " ;
53+ private const string EngineVersion = "3.1.5 " ;
5454
5555 /// <summary>
5656 /// 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 3.1.4 ).
1+ JavaScriptEngineSwitcher.Jint contains a ` JintJsEngine ` adapter (wrapper for the [ Jint] ( http://github.com/sebastienros/jint ) version 3.1.5 ).
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 3.1.4 ).
15+ Jint (http://github.com/sebastienros/jint) version 3.1.5 ).
1616
1717 =============
1818 RELEASE NOTES
1919 =============
20- Jint was updated to version 3.1.4 .
20+ Jint was updated to version 3.1.5 .
2121
2222 =============
2323 DOCUMENTATION
You can’t perform that action at this time.
0 commit comments