Skip to content

Commit 22f62dd

Browse files
committed
In JavaScriptEngineSwitcher.V8 added support of Microsoft ClearScript.V8 version 7.3.6 (support of V8 version 10.8.168.24)
1 parent fe7a703 commit 22f62dd

18 files changed

+34
-34
lines changed

Directory.Packages.props

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

global.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "7.0.100"
3+
"version": "7.0.101"
44
}
55
}

samples/JavaScriptEngineSwitcher.Sample.Logic/JavaScriptEngineSwitcher.Sample.Logic.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,19 +36,19 @@
3636
</ItemGroup>
3737

3838
<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp3.1' ">
39-
<FrameworkReference Include="Microsoft.AspNetCore.App" Version="3.1.31" />
39+
<FrameworkReference Include="Microsoft.AspNetCore.App" Version="3.1.32" />
4040
</ItemGroup>
4141

4242
<ItemGroup Condition=" '$(TargetFramework)' == 'net5.0' ">
4343
<FrameworkReference Include="Microsoft.AspNetCore.App" Version="5.0.17" />
4444
</ItemGroup>
4545

4646
<ItemGroup Condition=" '$(TargetFramework)' == 'net6.0' ">
47-
<FrameworkReference Include="Microsoft.AspNetCore.App" Version="6.0.11" />
47+
<FrameworkReference Include="Microsoft.AspNetCore.App" Version="6.0.12" />
4848
</ItemGroup>
4949

5050
<ItemGroup Condition=" '$(TargetFramework)' == 'net7.0' ">
51-
<FrameworkReference Include="Microsoft.AspNetCore.App" Version="7.0.0" />
51+
<FrameworkReference Include="Microsoft.AspNetCore.App" Version="7.0.1" />
5252
</ItemGroup>
5353

5454
</Project>

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

+1-1
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.3.5 (support of V8 version 10.7.193.22).</PackageReleaseNotes>
17+
<PackageReleaseNotes>Microsoft ClearScript.V8 was updated to version 7.3.6 (support of V8 version 10.8.168.24).</PackageReleaseNotes>
1818
</PropertyGroup>
1919

2020
</Project>

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

+1-1
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.3.5" />
6+
<dependency id="Microsoft.ClearScript.V8.Native.linux-x64" version="7.3.6" />
77
</dependencies>
88
</metadata>
99
<files>

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

+2-2
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.3.5 (support of V8 version
21-
10.7.193.22).
20+
Microsoft ClearScript.V8 was updated to version 7.3.6 (support of V8 version
21+
10.8.168.24).
2222

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

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

+1-1
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.3.5 (support of V8 version 10.7.193.22).</PackageReleaseNotes>
17+
<PackageReleaseNotes>Microsoft ClearScript.V8 was updated to version 7.3.6 (support of V8 version 10.8.168.24).</PackageReleaseNotes>
1818
</PropertyGroup>
1919

2020
</Project>

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

+1-1
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.3.5" />
6+
<dependency id="Microsoft.ClearScript.V8.Native.osx-x64" version="7.3.6" />
77
</dependencies>
88
</metadata>
99
<files>

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

+2-2
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.3.5 (support of V8 version
21-
10.7.193.22).
20+
Microsoft ClearScript.V8 was updated to version 7.3.6 (support of V8 version
21+
10.8.168.24).
2222

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

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

+1-1
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.3.5 (support of V8 version 10.7.193.22).</PackageReleaseNotes>
17+
<PackageReleaseNotes>Microsoft ClearScript.V8 was updated to version 7.3.6 (support of V8 version 10.8.168.24).</PackageReleaseNotes>
1818
</PropertyGroup>
1919

2020
</Project>

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

+1-1
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.3.5" />
6+
<dependency id="Microsoft.ClearScript.V8.Native.win-x64" version="7.3.6" />
77
</dependencies>
88
</metadata>
99
<files>

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

+2-2
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.3.5 (support of V8 version
21-
10.7.193.22).
20+
Microsoft ClearScript.V8 was updated to version 7.3.6 (support of V8 version
21+
10.8.168.24).
2222

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

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

+1-1
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-x86' package.</Description>
1515
<PackageTags>$(PackageCommonTags);V8;ClearScript;Windows;x86</PackageTags>
1616
<PackageIconFullPath>../../Icons/JavaScriptEngineSwitcher_V8_Logo128x128.png</PackageIconFullPath>
17-
<PackageReleaseNotes>Microsoft ClearScript.V8 was updated to version 7.3.5 (support of V8 version 10.7.193.22).</PackageReleaseNotes>
17+
<PackageReleaseNotes>Microsoft ClearScript.V8 was updated to version 7.3.6 (support of V8 version 10.8.168.24).</PackageReleaseNotes>
1818
</PropertyGroup>
1919

2020
</Project>

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

+1-1
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-x86" version="7.3.5" />
6+
<dependency id="Microsoft.ClearScript.V8.Native.win-x86" version="7.3.6" />
77
</dependencies>
88
</metadata>
99
<files>

src/JavaScriptEngineSwitcher.V8.Native.win-x86/readme.txt

+2-2
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.3.5 (support of V8 version
21-
10.7.193.22).
20+
Microsoft ClearScript.V8 was updated to version 7.3.6 (support of V8 version
21+
10.8.168.24).
2222

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

src/JavaScriptEngineSwitcher.V8/JavaScriptEngineSwitcher.V8.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<Import Project="../../build/nuget-for-dotnet-lib.props" />
1818

1919
<PropertyGroup>
20-
<Description>JavaScriptEngineSwitcher.V8 contains adapter `V8JsEngine` (wrapper for the Microsoft ClearScript.V8 (http://github.com/Microsoft/ClearScript) version 7.3.5).
20+
<Description>JavaScriptEngineSwitcher.V8 contains adapter `V8JsEngine` (wrapper for the Microsoft ClearScript.V8 (http://github.com/Microsoft/ClearScript) version 7.3.6).
2121

2222
This package does not contain the native ClearScript.V8 assemblies. Therefore, you need to choose and install the most appropriate package(s) for your platform. The following packages are available:
2323

@@ -31,14 +31,14 @@ This package does not contain the native ClearScript.V8 assemblies. Therefore, y
3131
* Microsoft.ClearScript.V8.Native.osx-arm64</Description>
3232
<PackageTags>$(PackageCommonTags);V8;ClearScript</PackageTags>
3333
<PackageIconFullPath>../../Icons/JavaScriptEngineSwitcher_V8_Logo128x128.png</PackageIconFullPath>
34-
<PackageReleaseNotes>Microsoft ClearScript.V8 was updated to version 7.3.5.</PackageReleaseNotes>
34+
<PackageReleaseNotes>Microsoft ClearScript.V8 was updated to version 7.3.6.</PackageReleaseNotes>
3535
</PropertyGroup>
3636

3737
<ItemGroup>
3838
<Reference Condition=" '$(TargetFramework)' == 'net45' Or '$(TargetFramework)' == 'net471' " Include="Microsoft.CSharp" Pack="false" />
3939

4040
<PackageReference Include="AdvancedStringBuilder" Version="0.1.0" />
41-
<PackageReference Include="Microsoft.ClearScript.V8" Version="7.3.5" />
41+
<PackageReference Include="Microsoft.ClearScript.V8" Version="7.3.6" />
4242
<PackageReference Include="ResxToCs.MSBuild" Version="1.0.0-alpha6" PrivateAssets="All" />
4343

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

src/JavaScriptEngineSwitcher.V8/V8JsEngine.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public sealed class V8JsEngine : JsEngineBase
4747
/// <summary>
4848
/// Version of original JS engine
4949
/// </summary>
50-
private const string EngineVersion = "10.7.193.22";
50+
private const string EngineVersion = "10.8.168.24";
5151

5252
/// <summary>
5353
/// V8 JS engine

src/JavaScriptEngineSwitcher.V8/readme.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
===========
1414
JavaScriptEngineSwitcher.V8 contains adapter `V8JsEngine` (wrapper for the
1515
Microsoft ClearScript.V8 (http://github.com/Microsoft/ClearScript) version
16-
7.3.5).
16+
7.3.6).
1717

1818
This package does not contain the native ClearScript.V8 assemblies.
1919
Therefore, you need to choose and install the most appropriate package(s) for
@@ -31,7 +31,7 @@
3131
=============
3232
RELEASE NOTES
3333
=============
34-
Microsoft ClearScript.V8 was updated to version 7.3.5.
34+
Microsoft ClearScript.V8 was updated to version 7.3.6.
3535

3636
=============
3737
DOCUMENTATION

0 commit comments

Comments
 (0)