File tree Expand file tree Collapse file tree 3 files changed +6
-9
lines changed
src/JavaScriptEngineSwitcher.Jint Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 1818 <Import Project =" ../../build/nuget-for-dotnet-lib.props" />
1919
2020 <PropertyGroup >
21- <Description >JavaScriptEngineSwitcher.Jint contains adapter `JintJsEngine` (wrapper for the Jint JavaScript Engine (http://github.com/sebastienros/jint) version 3.0.0 Beta 2035 ).</Description >
21+ <Description >JavaScriptEngineSwitcher.Jint contains adapter `JintJsEngine` (wrapper for the Jint JavaScript Engine (http://github.com/sebastienros/jint) version 3.0.0 Beta 2036 ).</Description >
2222 <PackageTags >$(PackageCommonTags);Jint</PackageTags >
2323 <PackageIconFullPath >../../Icons/JavaScriptEngineSwitcher_Jint_Logo128x128.png</PackageIconFullPath >
24- <PackageReleaseNotes >1. Jint was updated to version 3.0.0 Beta 2035;
25- 2. In configuration settings of the Jint JS engine was added one new property - `MaxArraySize` (default `uint.MaxValue`).</PackageReleaseNotes >
24+ <PackageReleaseNotes >Jint was updated to version 3.0.0 Beta 2036.</PackageReleaseNotes >
2625 </PropertyGroup >
2726
2827 <ItemGroup >
2928 <PackageReference Include =" AdvancedStringBuilder" Version =" 0.1.0" />
30- <PackageReference Include =" Jint" Version =" 3.0.0-beta-2035 " />
29+ <PackageReference Include =" Jint" Version =" 3.0.0-beta-2036 " />
3130
3231 <ProjectReference Include =" ../JavaScriptEngineSwitcher.Core/JavaScriptEngineSwitcher.Core.csproj" />
3332 </ItemGroup >
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ public sealed class JintJsEngine : JsEngineBase
5252 /// <summary>
5353 /// Version of original JS engine
5454 /// </summary>
55- private const string EngineVersion = "3.0.0 Beta 2035 " ;
55+ private const string EngineVersion = "3.0.0 Beta 2036 " ;
5656
5757 /// <summary>
5858 /// Jint JS engine
Original file line number Diff line number Diff line change 1313 ===========
1414 JavaScriptEngineSwitcher.Jint contains adapter `JintJsEngine` (wrapper for the
1515 Jint JavaScript Engine (http://github.com/sebastienros/jint) version
16- 3.0.0 Beta 2035 ).
16+ 3.0.0 Beta 2036 ).
1717
1818 =============
1919 RELEASE NOTES
2020 =============
21- 1. Jint was updated to version 3.0.0 Beta 2035;
22- 2. In configuration settings of the Jint JS engine was added one new property -
23- `MaxArraySize` (default `uint.MaxValue`).
21+ Jint was updated to version 3.0.0 Beta 2036.
2422
2523 =============
2624 DOCUMENTATION
You can’t perform that action at this time.
0 commit comments