Skip to content

Commit 5e92f1a

Browse files
committed
In JavaScriptEngineSwitcher.Msie added support of MSIE JavaScript Engine version 3.2.2
1 parent 1cc554f commit 5e92f1a

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

src/JavaScriptEngineSwitcher.Msie/JavaScriptEngineSwitcher.Msie.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,11 @@
2121
<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>
2222
<PackageTags>$(PackageCommonTags);MSIE;IE;Chakra</PackageTags>
2323
<PackageIconFullPath>../../Icons/JavaScriptEngineSwitcher_Msie_Logo128x128.png</PackageIconFullPath>
24-
<PackageReleaseNotes>1. MSIE JavaScript Engine was updated to version 3.2.1;
25-
2. In configuration settings of the MSIE JS engine was added one new property - `AllowReflection` (default `false`).</PackageReleaseNotes>
24+
<PackageReleaseNotes>MSIE JavaScript Engine was updated to version 3.2.2.</PackageReleaseNotes>
2625
</PropertyGroup>
2726

2827
<ItemGroup>
29-
<PackageReference Include="MsieJavaScriptEngine" Version="3.2.1" />
28+
<PackageReference Include="MsieJavaScriptEngine" Version="3.2.2" />
3029
<PackageReference Include="ResxToCs.MSBuild" Version="1.0.0-alpha6" PrivateAssets="All" />
3130

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

src/JavaScriptEngineSwitcher.Msie/readme.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@
1919
=============
2020
RELEASE NOTES
2121
=============
22-
1. MSIE JavaScript Engine was updated to version 3.2.1;
23-
2. In configuration settings of the MSIE JS engine was added one new property -
24-
`AllowReflection` (default `false`).
22+
MSIE JavaScript Engine was updated to version 3.2.2.
2523

2624
=============
2725
DOCUMENTATION

0 commit comments

Comments
 (0)