Skip to content

Commit 8a56fd4

Browse files
committed
In JavaScriptEngineSwitcher.Msie added support for the MSIE JavaScript Engine version 3.3.1
1 parent 447d73e commit 8a56fd4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/JavaScriptEngineSwitcher.Msie/JavaScriptEngineSwitcher.Msie.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
<PackageIconFullPath>../../Icons/JavaScriptEngineSwitcher_Msie_Logo128x128.png</PackageIconFullPath>
2424
<Description>JavaScriptEngineSwitcher.Msie contains a `MsieJsEngine` adapter (wrapper for the MSIE JavaScript Engine for .NET).</Description>
2525
<PackageTags>$(PackageCommonTags);MSIE;IE;Chakra</PackageTags>
26-
<PackageReleaseNotes>1. MSIE JavaScript Engine was updated to version 3.3.0;
26+
<PackageReleaseNotes>1. MSIE JavaScript Engine was updated to version 3.3.1;
2727
2. Performed a migration to the modern C# null/not-null checks;
2828
3. Added support for .NET Standard 2.1 and .NET 10.</PackageReleaseNotes>
2929
</PropertyGroup>
3030

3131
<ItemGroup>
32-
<PackageReference Include="MsieJavaScriptEngine" Version="3.3.0" />
32+
<PackageReference Include="MsieJavaScriptEngine" Version="3.3.1" />
3333
<PackageReference Include="ResxToCs.MSBuild" Version="1.0.0-alpha7" PrivateAssets="All" />
3434

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

src/JavaScriptEngineSwitcher.Msie/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
=============
2020
RELEASE NOTES
2121
=============
22-
1. MSIE JavaScript Engine was updated to version 3.3.0;
22+
1. MSIE JavaScript Engine was updated to version 3.3.1;
2323
2. Performed a migration to the modern C# null/not-null checks;
2424
3. Added support for .NET Standard 2.1 and .NET 10.
2525

0 commit comments

Comments
 (0)