Skip to content

Commit e2972fd

Browse files
committed
In JavaScriptEngineSwitcher.Msie added support of MSIE JavaScript Engine version 3.1.0
1 parent 4ae9cd8 commit e2972fd

File tree

3 files changed

+3
-16
lines changed

3 files changed

+3
-16
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.0.9;
25-
2. Fixed a error #102 “Resources should conform to correct ICU standard for naming”. Special thanks to Tim Heuer.</PackageReleaseNotes>
24+
<PackageReleaseNotes>MSIE JavaScript Engine was updated to version 3.1.0.</PackageReleaseNotes>
2625
</PropertyGroup>
2726

2827
<ItemGroup>
29-
<PackageReference Include="MsieJavaScriptEngine" Version="3.0.9" />
28+
<PackageReference Include="MsieJavaScriptEngine" Version="3.1.0" />
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.0.9;
23-
2. Fixed a error #102 “Resources should conform to correct ICU standard for
24-
naming”. Special thanks to Tim Heuer.
22+
MSIE JavaScript Engine was updated to version 3.1.0.
2523

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

test/JavaScriptEngineSwitcher.Tests/Msie/InteropTests.cs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,6 @@ protected override string EngineName
1717

1818
#region Embedding of objects
1919

20-
#region Delegates
21-
22-
#if !NETCOREAPP
23-
[Fact]
24-
public override void EmbeddedInstanceOfDelegateHasFunctionPrototype()
25-
{ }
26-
#endif
27-
28-
#endregion
29-
3020
#region Recursive calls
3121

3222
#region Mapping of errors

0 commit comments

Comments
 (0)