Skip to content

Commit 389ce3c

Browse files
committed
In JavaScriptEngineSwitcher.Msie added support of MSIE JavaScript Engine version 3.0.4
1 parent 5a91bde commit 389ce3c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

src/JavaScriptEngineSwitcher.Msie/JavaScriptEngineSwitcher.Msie.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<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>
1414
<PackageIconUrl>https://raw.githubusercontent.com/Taritsyn/JavaScriptEngineSwitcher/master/Icons/JavaScriptEngineSwitcher_Msie_Logo128x128.png</PackageIconUrl>
1515
<PackageTags>JavaScriptEngineSwitcher;JavaScript;ECMAScript;MSIE;IE;Chakra</PackageTags>
16+
<PackageReleaseNotes>MSIE JavaScript Engine was updated to version 3.0.4.</PackageReleaseNotes>
1617
</PropertyGroup>
1718

1819
<Import Project="../../build/common.props" />
@@ -21,7 +22,7 @@
2122
<Import Project="../../build/nuget-metadata.props" />
2223

2324
<ItemGroup>
24-
<PackageReference Include="MsieJavaScriptEngine" Version="3.0.3" />
25+
<PackageReference Include="MsieJavaScriptEngine" Version="3.0.4" />
2526
<PackageReference Include="ResxToCs.MSBuild" Version="1.0.0-alpha6" PrivateAssets="All" />
2627

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

src/JavaScriptEngineSwitcher.Msie/readme.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@
1616
For correct working of the MSIE JavaScript Engine it is recommended to install
1717
Internet Explorer 9+ or Microsoft Edge on the machine.
1818

19+
=============
20+
RELEASE NOTES
21+
=============
22+
MSIE JavaScript Engine was updated to version 3.0.4.
23+
1924
=============
2025
DOCUMENTATION
2126
=============

0 commit comments

Comments
 (0)