Skip to content

Commit 195e024

Browse files
committed
In JavaScriptEngineSwitcher.Msie added support of MSIE JavaScript Engine version 3.0.7
1 parent 08be15d commit 195e024

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

src/JavaScriptEngineSwitcher.Msie/JavaScriptEngineSwitcher.Msie.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
<NoWarn>$(NoWarn);CS1591</NoWarn>
1111
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1212
<DisableDefaultResxToCsConversionTarget>true</DisableDefaultResxToCsConversionTarget>
13-
<Description>JavaScriptEngineSwitcher.Msie contains adapter `MsieJsEngine` (wrapper for the MSIE JavaScript Engine for .Net (http://github.com/Taritsyn/MsieJavaScriptEngine)). For correct working of the MSIE JavaScript Engine it is recommended to install Internet Explorer 9+ or Microsoft Edge on the machine.</Description>
13+
<Description>JavaScriptEngineSwitcher.Msie contains adapter `MsieJsEngine` (wrapper for the MSIE JavaScript Engine for .NET (http://github.com/Taritsyn/MsieJavaScriptEngine)). For correct working of the MSIE JavaScript Engine it is recommended to install Internet Explorer 9+ or Microsoft Edge Legacy on the machine.</Description>
1414
<PackageIcon>icon.png</PackageIcon>
1515
<PackageTags>JavaScriptEngineSwitcher;JavaScript;ECMAScript;MSIE;IE;Chakra</PackageTags>
16-
<PackageReleaseNotes>Enabled a SourceLink.</PackageReleaseNotes>
16+
<PackageReleaseNotes>MSIE JavaScript Engine was updated to version 3.0.7.</PackageReleaseNotes>
1717
</PropertyGroup>
1818

1919
<Import Project="../../build/common.props" />
@@ -22,7 +22,7 @@
2222
<Import Project="../../build/nuget-metadata.props" />
2323

2424
<ItemGroup>
25-
<PackageReference Include="MsieJavaScriptEngine" Version="3.0.6" />
25+
<PackageReference Include="MsieJavaScriptEngine" Version="3.0.7" />
2626
<PackageReference Include="ResxToCs.MSBuild" Version="1.0.0-alpha6" PrivateAssets="All" />
2727

2828
<ProjectReference Include="../JavaScriptEngineSwitcher.Core/JavaScriptEngineSwitcher.Core.csproj" />

src/JavaScriptEngineSwitcher.Msie/JsEngineMode.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ public enum JsEngineMode
2727

2828
/// <summary>
2929
/// “IE” JsRT version of Chakra JS engine (supports ECMAScript 5).
30-
/// Requires Internet Explorer 11 or Microsoft Edge on the machine.
30+
/// Requires Internet Explorer 11 or Microsoft Edge Legacy on the machine.
3131
/// </summary>
3232
ChakraIeJsRt,
3333

3434
/// <summary>
3535
/// “Edge” JsRT version of Chakra JS engine (supports ECMAScript 5).
36-
/// Requires Microsoft Edge on the machine.
36+
/// Requires Microsoft Edge Legacy on the machine.
3737
/// </summary>
3838
ChakraEdgeJsRt
3939
}

src/JavaScriptEngineSwitcher.Msie/readme.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@
55

66
--------------------------------------------------------------------------------
77

8-
Copyright (c) 2013-2019 Andrey Taritsyn - http://www.taritsyn.ru
8+
Copyright (c) 2013-2020 Andrey Taritsyn - http://www.taritsyn.ru
99

1010

1111
===========
1212
DESCRIPTION
1313
===========
1414
JavaScriptEngineSwitcher.Msie contains adapter `MsieJsEngine` (wrapper for the
15-
MSIE JavaScript Engine for .Net (http://github.com/Taritsyn/MsieJavaScriptEngine)).
15+
MSIE JavaScript Engine for .NET (http://github.com/Taritsyn/MsieJavaScriptEngine)).
1616
For correct working of the MSIE JavaScript Engine it is recommended to install
17-
Internet Explorer 9+ or Microsoft Edge on the machine.
17+
Internet Explorer 9+ or Microsoft Edge Legacy on the machine.
1818

1919
=============
2020
RELEASE NOTES
2121
=============
22-
Enabled a SourceLink.
22+
MSIE JavaScript Engine was updated to version 3.0.7.
2323

2424
=============
2525
DOCUMENTATION

0 commit comments

Comments
 (0)