File tree Expand file tree Collapse file tree 3 files changed +6
-10
lines changed
src/JavaScriptEngineSwitcher.Jint Expand file tree Collapse file tree 3 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 10
10
<NoWarn >$(NoWarn);CS1591;NU5104</NoWarn >
11
11
<GenerateDocumentationFile >true</GenerateDocumentationFile >
12
12
<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 1756 ).</Description >
13
+ <Description >JavaScriptEngineSwitcher.Jint contains adapter `JintJsEngine` (wrapper for the Jint JavaScript Engine (http://github.com/sebastienros/jint) version 3.0.0 Beta 1767 ).</Description >
14
14
<PackageIcon >icon.png</PackageIcon >
15
15
<PackageTags >JavaScriptEngineSwitcher;JavaScript;ECMAScript;Jint</PackageTags >
16
- <PackageReleaseNotes >1. Jint was updated to version 3.0.0 Beta 1756;
17
- 2. No longer supports a .NET Framework 4.5;
18
- 3. Added support of .NET Framework 4.6.1 and .NET Standard 2.1.</PackageReleaseNotes >
16
+ <PackageReleaseNotes >Jint was updated to version 3.0.0 Beta 1767.</PackageReleaseNotes >
19
17
</PropertyGroup >
20
18
21
19
<Import Project =" ../../build/common.props" />
25
23
26
24
<ItemGroup >
27
25
<PackageReference Include =" AdvancedStringBuilder" Version =" 0.1.0" />
28
- <PackageReference Include =" Jint" Version =" 3.0.0-beta-1756 " />
26
+ <PackageReference Include =" Jint" Version =" 3.0.0-beta-1767 " />
29
27
30
28
<ProjectReference Include =" ../JavaScriptEngineSwitcher.Core/JavaScriptEngineSwitcher.Core.csproj" />
31
29
</ItemGroup >
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ public sealed class JintJsEngine : JsEngineBase
46
46
/// <summary>
47
47
/// Version of original JS engine
48
48
/// </summary>
49
- private const string EngineVersion = "3.0.0 Beta 1756 " ;
49
+ private const string EngineVersion = "3.0.0 Beta 1767 " ;
50
50
51
51
/// <summary>
52
52
/// Jint JS engine
Original file line number Diff line number Diff line change 12
12
DESCRIPTION
13
13
===========
14
14
JavaScriptEngineSwitcher.Jint contains adapter `JintJsEngine` (wrapper for the
15
- Jint JavaScript Engine (http://github.com/sebastienros/jint) version 3.0.0 Beta 1756 ).
15
+ Jint JavaScript Engine (http://github.com/sebastienros/jint) version 3.0.0 Beta 1767 ).
16
16
17
17
=============
18
18
RELEASE NOTES
19
19
=============
20
- 1. Jint was updated to version 3.0.0 Beta 1756;
21
- 2. No longer supports a .NET Framework 4.5;
22
- 3. Added support of .NET Framework 4.6.1 and .NET Standard 2.1.
20
+ Jint was updated to version 3.0.0 Beta 1767.
23
21
24
22
=============
25
23
DOCUMENTATION
You can’t perform that action at this time.
0 commit comments