Skip to content

Commit c4ba8ea

Browse files
committed
Version 3.9.0 Preview 3
1 parent 174df42 commit c4ba8ea

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Change log
22
==========
33

4+
## v3.9.0 Preview 3 - November 6, 2020
5+
* In JavaScriptEngineSwitcher.V8:
6+
* Microsoft ClearScript.V8 was updated to version 7.0 RC5 (support of V8 version 8.7.220.16)
7+
* Own versions of the ClearScript's assemblies are no longer build, because the [official NuGet package](https://www.nuget.org/packages/Microsoft.ClearScript.V8) is now used. Therefore, you should also replace in your projects the `JavaScriptEngineSwitcher.V8.Native.*` packages by the `Microsoft.ClearScript.V8.Native.*` packages.
8+
49
## v3.9.0 Preview 2 - October 30, 2020
510
* In JavaScriptEngineSwitcher.V8 added support of Microsoft ClearScript.V8 version 7.0 RC4 (support of V8 version 8.7.220.10)
611

src/JavaScriptEngineSwitcher.V8/JavaScriptEngineSwitcher.V8.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<Product>JS Engine Switcher: V8</Product>
55
<VersionPrefix>3.9.0</VersionPrefix>
6-
<VersionSuffix>preview2</VersionSuffix>
6+
<VersionSuffix>preview3</VersionSuffix>
77
<TargetFrameworks>net45;netcoreapp3.1</TargetFrameworks>
88
<OutputType>Library</OutputType>
99
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
@@ -20,7 +20,8 @@ This package does not contain the native ClearScript.V8 assemblies. Therefore, y
2020
* Microsoft.ClearScript.V8.Native.osx-x64</Description>
2121
<PackageIcon>icon.png</PackageIcon>
2222
<PackageTags>JavaScriptEngineSwitcher;JavaScript;ECMAScript;V8;ClearScript</PackageTags>
23-
<PackageReleaseNotes>Microsoft ClearScript.V8 was updated to version 7.0 RC5.</PackageReleaseNotes>
23+
<PackageReleaseNotes>1. Microsoft ClearScript.V8 was updated to version 7.0 RC5 (support of V8 version 8.7.220.16);
24+
2. Own versions of the ClearScript's assemblies are no longer build, because the official NuGet package is now used. Therefore, you should also replace in your projects the `JavaScriptEngineSwitcher.V8.Native.*` packages by the `Microsoft.ClearScript.V8.Native.*` packages.</PackageReleaseNotes>
2425
</PropertyGroup>
2526

2627
<Import Project="../../build/common.props" />

src/JavaScriptEngineSwitcher.V8/readme.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22

33
--------------------------------------------------------------------------------
4-
README file for JS Engine Switcher: V8 v3.9.0 Preview 2
4+
README file for JS Engine Switcher: V8 v3.9.0 Preview 3
55

66
--------------------------------------------------------------------------------
77

@@ -27,7 +27,12 @@
2727
=============
2828
RELEASE NOTES
2929
=============
30-
Microsoft ClearScript.V8 was updated to version 7.0 RC5.
30+
1. Microsoft ClearScript.V8 was updated to version 7.0 RC5 (support of V8
31+
version 8.7.220.16);
32+
2. Own versions of the ClearScript's assemblies are no longer build, because the
33+
official NuGet package is now used. Therefore, you should also replace in
34+
your projects the `JavaScriptEngineSwitcher.V8.Native.*` packages by the
35+
`Microsoft.ClearScript.V8.Native.*` packages.
3136

3237
=============
3338
DOCUMENTATION

0 commit comments

Comments
 (0)