File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
src/JavaScriptEngineSwitcher.Jint Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1010 <NoWarn >$(NoWarn);CS1591;NU5104;NU5125</NoWarn >
1111 <GenerateDocumentationFile >true</GenerateDocumentationFile >
1212 <DisableDefaultResxToCsConversionTarget >true</DisableDefaultResxToCsConversionTarget >
13- <Description >JavaScriptEngineSwitcher.Jint contains adapter `JintJsEngine` (wrapper for the Jint JavaScript Engine (http://github.com/sebastienros/jint) version 3.0.0 Beta 1629 ).</Description >
13+ <Description >JavaScriptEngineSwitcher.Jint contains adapter `JintJsEngine` (wrapper for the Jint JavaScript Engine (http://github.com/sebastienros/jint) version 3.0.0 Beta 1632 ).</Description >
1414 <PackageIconUrl >https://raw.githubusercontent.com/Taritsyn/JavaScriptEngineSwitcher/master/Icons/JavaScriptEngineSwitcher_Jint_Logo128x128.png</PackageIconUrl >
1515 <PackageTags >JavaScriptEngineSwitcher;JavaScript;ECMAScript;Jint</PackageTags >
16- <PackageReleaseNotes >Jint was updated to version 3.0.0 Beta 1629 .</PackageReleaseNotes >
16+ <PackageReleaseNotes >Jint was updated to version 3.0.0 Beta 1632 .</PackageReleaseNotes >
1717 </PropertyGroup >
1818
1919 <Import Project =" ../../build/common.props" />
2323
2424 <ItemGroup >
2525 <PackageReference Include =" AdvancedStringBuilder" Version =" 0.1.0" />
26- <PackageReference Include =" Jint" Version =" 3.0.0-beta-1629 " />
26+ <PackageReference Include =" Jint" Version =" 3.0.0-beta-1632 " />
2727
2828 <ProjectReference Include =" ../JavaScriptEngineSwitcher.Core/JavaScriptEngineSwitcher.Core.csproj" />
2929 </ItemGroup >
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ public sealed class JintJsEngine : JsEngineBase
4646 /// <summary>
4747 /// Version of original JS engine
4848 /// </summary>
49- private const string EngineVersion = "3.0.0 Beta 1629 " ;
49+ private const string EngineVersion = "3.0.0 Beta 1632 " ;
5050
5151 /// <summary>
5252 /// Jint JS engine
Original file line number Diff line number Diff line change 1212 DESCRIPTION
1313 ===========
1414 JavaScriptEngineSwitcher.Jint contains adapter `JintJsEngine` (wrapper for the
15- Jint JavaScript Engine (http://github.com/sebastienros/jint) version 3.0.0 Beta 1629 ).
15+ Jint JavaScript Engine (http://github.com/sebastienros/jint) version 3.0.0 Beta 1632 ).
1616
1717 =============
1818 RELEASE NOTES
1919 =============
20- Jint was updated to version 3.0.0 Beta 1629 .
20+ Jint was updated to version 3.0.0 Beta 1632 .
2121
2222 =============
2323 DOCUMENTATION
You can’t perform that action at this time.
0 commit comments