Skip to content

Commit 402dd6e

Browse files
committed
Version 3.2.2
1 parent 783f4b7 commit 402dd6e

File tree

9 files changed

+12
-15
lines changed

9 files changed

+12
-15
lines changed

CHANGELOG.md

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

4+
## v3.2.2 - October 26, 2019
5+
* In JavaScriptEngineSwitcher.Jint added support of Jint version 3.0.0 Beta 1629
6+
47
## v3.2.1 - October 21, 2019
58
* In JavaScriptEngineSwitcher.ChakraCore:
69
* Fixed a error that caused a crash during finalization

samples/JavaScriptEngineSwitcher.Sample.AspNetCore1Full.Mvc1/JavaScriptEngineSwitcher.Sample.AspNetCore1Full.Mvc1.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Product>JS Engine Switcher: Sample ASP.NET Core 1.0 Full MVC 1 Site</Product>
5-
<VersionPrefix>3.2.1</VersionPrefix>
5+
<VersionPrefix>3.2.2</VersionPrefix>
66
<TargetFramework>net451</TargetFramework>
77
<OutputType>Exe</OutputType>
88
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

samples/JavaScriptEngineSwitcher.Sample.AspNetCore1Full.Mvc1/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jsengineswitcher.sample.aspnetcore1full.mvc1",
33
"private": true,
4-
"version": "3.2.1",
4+
"version": "3.2.2",
55
"devDependencies": {
66
"gulp": "3.9.1",
77
"del": "3.0.0",

samples/JavaScriptEngineSwitcher.Sample.AspNetCore2.Mvc2/JavaScriptEngineSwitcher.Sample.AspNetCore2.Mvc2.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Product>JS Engine Switcher: Sample ASP.NET Core 2.0 MVC 2 Site</Product>
5-
<VersionPrefix>3.2.1</VersionPrefix>
5+
<VersionPrefix>3.2.2</VersionPrefix>
66
<TargetFramework>netcoreapp2.0</TargetFramework>
77
<OutputType>Exe</OutputType>
88
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

samples/JavaScriptEngineSwitcher.Sample.AspNetCore2.Mvc2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jsengineswitcher.sample.aspnetcore2.mvc2",
33
"private": true,
4-
"version": "3.2.1",
4+
"version": "3.2.2",
55
"devDependencies": {
66
"gulp": "3.9.1",
77
"del": "3.0.0",

src/JavaScriptEngineSwitcher.Jint/JavaScriptEngineSwitcher.Jint.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Product>JS Engine Switcher: Jint</Product>
5-
<VersionPrefix>3.2.0</VersionPrefix>
5+
<VersionPrefix>3.2.2</VersionPrefix>
66
<VersionSuffix>preview</VersionSuffix>
77
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
88
<OutputType>Library</OutputType>

src/JavaScriptEngineSwitcher.Jint/readme.txt

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

22

33
--------------------------------------------------------------------------------
4-
README file for JS Engine Switcher: Jint v3.2.0 Preview
4+
README file for JS Engine Switcher: Jint v3.2.2 Preview
55

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

@@ -17,13 +17,7 @@
1717
=============
1818
RELEASE NOTES
1919
=============
20-
1. Jint was updated to version 3.0.0 Beta 1629. Special thanks to Marko Lahma
21-
and Sébastien Ros;
22-
2. No longer supports a .NET Framework 4.0 Client and .NET Standard 1.3;
23-
3. In configuration settings of the Jint JS engine was added two new properties:
24-
`MemoryLimit` (default `0`) and `RegexTimeoutInterval` (default `null`);
25-
4. To install this package, the “Include Prerelease” option must be set in the
26-
NuGet Package Manager.
20+
Jint was updated to version 3.0.0 Beta 1629.
2721

2822
=============
2923
DOCUMENTATION

test/JavaScriptEngineSwitcher.Benchmarks/JavaScriptEngineSwitcher.Benchmarks.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Product>JS Engine Switcher: Benchmarks</Product>
5-
<VersionPrefix>3.2.1</VersionPrefix>
5+
<VersionPrefix>3.2.2</VersionPrefix>
66
<TargetFrameworks>net461;netcoreapp2.0</TargetFrameworks>
77
<OutputType>Exe</OutputType>
88
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

test/JavaScriptEngineSwitcher.Tests/JavaScriptEngineSwitcher.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Product>JS Engine Switcher: Tests</Product>
5-
<VersionPrefix>3.2.1</VersionPrefix>
5+
<VersionPrefix>3.2.2</VersionPrefix>
66
<TargetFrameworks>net452;net471;netcoreapp1.0;netcoreapp2.0</TargetFrameworks>
77
<RuntimeFrameworkVersion Condition=" '$(TargetFramework)' == 'netcoreapp1.0' ">1.0.16</RuntimeFrameworkVersion>
88
<OutputType>Library</OutputType>

0 commit comments

Comments
 (0)