Skip to content

Commit e464759

Browse files
committed
In JavaScriptEngineSwitcher.V8 added support of Microsoft ClearScript.V8 version 7.4.1 (support of V8 version 11.2.214.13)
1 parent 5e92f1a commit e464759

17 files changed

+31
-34
lines changed

Directory.Packages.props

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
<PackageVersion Include="JavaScriptEngineSwitcher.ChakraCore.Native.win-arm64" Version="3.21.0" />
77
<PackageVersion Include="JavaScriptEngineSwitcher.ChakraCore.Native.win-x64" Version="3.21.0" />
88
<PackageVersion Include="JavaScriptEngineSwitcher.ChakraCore.Native.win-x86" Version="3.21.0" />
9-
<PackageVersion Include="Microsoft.ClearScript.V8.Native.linux-arm" Version="7.4.0" />
10-
<PackageVersion Include="Microsoft.ClearScript.V8.Native.linux-arm64" Version="7.4.0" />
11-
<PackageVersion Include="Microsoft.ClearScript.V8.Native.linux-x64" Version="7.4.0" />
12-
<PackageVersion Include="Microsoft.ClearScript.V8.Native.osx-arm64" Version="7.4.0" />
13-
<PackageVersion Include="Microsoft.ClearScript.V8.Native.osx-x64" Version="7.4.0" />
14-
<PackageVersion Include="Microsoft.ClearScript.V8.Native.win-arm64" Version="7.4.0" />
15-
<PackageVersion Include="Microsoft.ClearScript.V8.Native.win-x64" Version="7.4.0" />
16-
<PackageVersion Include="Microsoft.ClearScript.V8.Native.win-x86" Version="7.4.0" />
9+
<PackageVersion Include="Microsoft.ClearScript.V8.Native.linux-arm" Version="7.4.1" />
10+
<PackageVersion Include="Microsoft.ClearScript.V8.Native.linux-arm64" Version="7.4.1" />
11+
<PackageVersion Include="Microsoft.ClearScript.V8.Native.linux-x64" Version="7.4.1" />
12+
<PackageVersion Include="Microsoft.ClearScript.V8.Native.osx-arm64" Version="7.4.1" />
13+
<PackageVersion Include="Microsoft.ClearScript.V8.Native.osx-x64" Version="7.4.1" />
14+
<PackageVersion Include="Microsoft.ClearScript.V8.Native.win-arm64" Version="7.4.1" />
15+
<PackageVersion Include="Microsoft.ClearScript.V8.Native.win-x64" Version="7.4.1" />
16+
<PackageVersion Include="Microsoft.ClearScript.V8.Native.win-x86" Version="7.4.1" />
1717
</ItemGroup>
1818
</Project>

Licenses/v8-license.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2006-2011, the V8 project authors. All rights reserved.
1+
Copyright 2014, the V8 project authors. All rights reserved.
22
Redistribution and use in source and binary forms, with or without
33
modification, are permitted provided that the following conditions are
44
met:

src/JavaScriptEngineSwitcher.V8.Native.linux-x64/JavaScriptEngineSwitcher.V8.Native.linux-x64.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<Description>This package is deprecated. Instead, it is recommended to use a 'Microsoft.ClearScript.V8.Native.linux-x64' package.</Description>
1515
<PackageTags>$(PackageCommonTags);V8;ClearScript;Linux;x64</PackageTags>
1616
<PackageIconFullPath>../../Icons/JavaScriptEngineSwitcher_V8_Logo128x128.png</PackageIconFullPath>
17-
<PackageReleaseNotes>Microsoft ClearScript.V8 was updated to version 7.4.0 (support of V8 version 11.1.277.14).</PackageReleaseNotes>
17+
<PackageReleaseNotes>Microsoft ClearScript.V8 was updated to version 7.4.1 (support of V8 version 11.2.214.13).</PackageReleaseNotes>
1818
</PropertyGroup>
1919

2020
</Project>

src/JavaScriptEngineSwitcher.V8.Native.linux-x64/JavaScriptEngineSwitcher.V8.Native.linux-x64.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
$CommonMetadataElements$
55
<dependencies>
6-
<dependency id="Microsoft.ClearScript.V8.Native.linux-x64" version="7.4.0" />
6+
<dependency id="Microsoft.ClearScript.V8.Native.linux-x64" version="7.4.1" />
77
</dependencies>
88
</metadata>
99
<files>

src/JavaScriptEngineSwitcher.V8.Native.linux-x64/readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
=============
1818
RELEASE NOTES
1919
=============
20-
Microsoft ClearScript.V8 was updated to version 7.4.0 (support of V8 version
21-
11.1.277.14).
20+
Microsoft ClearScript.V8 was updated to version 7.4.1 (support of V8 version
21+
11.2.214.13).
2222

2323
=============
2424
DOCUMENTATION

src/JavaScriptEngineSwitcher.V8.Native.osx-x64/JavaScriptEngineSwitcher.V8.Native.osx-x64.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<Description>This package is deprecated. Instead, it is recommended to use a 'Microsoft.ClearScript.V8.Native.osx-x64' package.</Description>
1515
<PackageTags>$(PackageCommonTags);V8;ClearScript;macOS;OSX;x64</PackageTags>
1616
<PackageIconFullPath>../../Icons/JavaScriptEngineSwitcher_V8_Logo128x128.png</PackageIconFullPath>
17-
<PackageReleaseNotes>Microsoft ClearScript.V8 was updated to version 7.4.0 (support of V8 version 11.1.277.14).</PackageReleaseNotes>
17+
<PackageReleaseNotes>Microsoft ClearScript.V8 was updated to version 7.4.1 (support of V8 version 11.2.214.13).</PackageReleaseNotes>
1818
</PropertyGroup>
1919

2020
</Project>

src/JavaScriptEngineSwitcher.V8.Native.osx-x64/JavaScriptEngineSwitcher.V8.Native.osx-x64.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
$CommonMetadataElements$
55
<dependencies>
6-
<dependency id="Microsoft.ClearScript.V8.Native.osx-x64" version="7.4.0" />
6+
<dependency id="Microsoft.ClearScript.V8.Native.osx-x64" version="7.4.1" />
77
</dependencies>
88
</metadata>
99
<files>

src/JavaScriptEngineSwitcher.V8.Native.osx-x64/readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
=============
1818
RELEASE NOTES
1919
=============
20-
Microsoft ClearScript.V8 was updated to version 7.4.0 (support of V8 version
21-
11.1.277.14).
20+
Microsoft ClearScript.V8 was updated to version 7.4.1 (support of V8 version
21+
11.2.214.13).
2222

2323
=============
2424
DOCUMENTATION

src/JavaScriptEngineSwitcher.V8.Native.win-x64/JavaScriptEngineSwitcher.V8.Native.win-x64.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<Description>This package is deprecated. Instead, it is recommended to use a 'Microsoft.ClearScript.V8.Native.win-x64' package.</Description>
1515
<PackageTags>$(PackageCommonTags);V8;ClearScript;Windows;x64</PackageTags>
1616
<PackageIconFullPath>../../Icons/JavaScriptEngineSwitcher_V8_Logo128x128.png</PackageIconFullPath>
17-
<PackageReleaseNotes>Microsoft ClearScript.V8 was updated to version 7.4.0 (support of V8 version 11.1.277.14).</PackageReleaseNotes>
17+
<PackageReleaseNotes>Microsoft ClearScript.V8 was updated to version 7.4.1 (support of V8 version 11.2.214.13).</PackageReleaseNotes>
1818
</PropertyGroup>
1919

2020
</Project>

src/JavaScriptEngineSwitcher.V8.Native.win-x64/JavaScriptEngineSwitcher.V8.Native.win-x64.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
$CommonMetadataElements$
55
<dependencies>
6-
<dependency id="Microsoft.ClearScript.V8.Native.win-x64" version="7.4.0" />
6+
<dependency id="Microsoft.ClearScript.V8.Native.win-x64" version="7.4.1" />
77
</dependencies>
88
</metadata>
99
<files>

0 commit comments

Comments
 (0)