File tree 3 files changed +6
-9
lines changed
src/JavaScriptEngineSwitcher.Jint
3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 18
18
<Import Project =" ../../build/nuget-for-dotnet-lib.props" />
19
19
20
20
<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 >
22
22
<PackageTags >$(PackageCommonTags);Jint</PackageTags >
23
23
<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 >
26
25
</PropertyGroup >
27
26
28
27
<ItemGroup >
29
28
<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 " />
31
30
32
31
<ProjectReference Include =" ../JavaScriptEngineSwitcher.Core/JavaScriptEngineSwitcher.Core.csproj" />
33
32
</ItemGroup >
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ public sealed class JintJsEngine : JsEngineBase
52
52
/// <summary>
53
53
/// Version of original JS engine
54
54
/// </summary>
55
- private const string EngineVersion = "3.0.0 Beta 2035 " ;
55
+ private const string EngineVersion = "3.0.0 Beta 2036 " ;
56
56
57
57
/// <summary>
58
58
/// Jint JS engine
Original file line number Diff line number Diff line change 13
13
===========
14
14
JavaScriptEngineSwitcher.Jint contains adapter `JintJsEngine` (wrapper for the
15
15
Jint JavaScript Engine (http://github.com/sebastienros/jint) version
16
- 3.0.0 Beta 2035 ).
16
+ 3.0.0 Beta 2036 ).
17
17
18
18
=============
19
19
RELEASE NOTES
20
20
=============
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.
24
22
25
23
=============
26
24
DOCUMENTATION
You can’t perform that action at this time.
0 commit comments