Skip to content

Commit 230a304

Browse files
committed
Version 3.0.0 Alpha 2
1 parent a89295c commit 230a304

File tree

10 files changed

+12
-9
lines changed

10 files changed

+12
-9
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.0.0 Alpha 2 - November 17, 2017
5+
* Fixed a error, that occurred during finding the suitable method overload, that receives numeric values and interfaces as parameters, of the host object
6+
47
## v3.0.0 Alpha 1 - September 13, 2017
58
* Added a ability to interrupt execution of the script
69

NuGet/MsieJavaScriptEngine.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>MsieJavaScriptEngine</id>
5-
<version>3.0.0-alpha1</version>
5+
<version>3.0.0-alpha2</version>
66
<title>MSIE JavaScript Engine for .NET</title>
77
<authors>Andrey Taritsyn</authors>
88
<owners>Andrey Taritsyn</owners>

NuGet/readme.txt

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

22

33
--------------------------------------------------------------------------------
4-
README file for MSIE JavaScript Engine for .NET v3.0.0 Alpha 1
4+
README file for MSIE JavaScript Engine for .NET v3.0.0 Alpha 2
55

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

src/MsieJavaScriptEngine/MsieJavaScriptEngine.csproj

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

33
<PropertyGroup>
44
<VersionPrefix>3.0.0</VersionPrefix>
5-
<VersionSuffix>alpha1</VersionSuffix>
5+
<VersionSuffix>alpha2</VersionSuffix>
66
<TargetFrameworks>netstandard1.3;net45</TargetFrameworks>
77
<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.3' ">1.6.0</NetStandardImplicitPackageVersion>
88
<OutputType>Library</OutputType>

test/MsieJavaScriptEngine.Test.Auto/MsieJavaScriptEngine.Test.Auto.csproj

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

33
<PropertyGroup>
44
<VersionPrefix>3.0.0</VersionPrefix>
5-
<VersionSuffix>alpha1</VersionSuffix>
5+
<VersionSuffix>alpha2</VersionSuffix>
66
<TargetFrameworks>netcoreapp1.0;net451</TargetFrameworks>
77
<RuntimeFrameworkVersion Condition=" '$(TargetFramework)' == 'netcoreapp1.0' ">1.0.4</RuntimeFrameworkVersion>
88
<OutputType>Exe</OutputType>

test/MsieJavaScriptEngine.Test.ChakraActiveScript/MsieJavaScriptEngine.Test.ChakraActiveScript.csproj

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

33
<PropertyGroup>
44
<VersionPrefix>3.0.0</VersionPrefix>
5-
<VersionSuffix>alpha1</VersionSuffix>
5+
<VersionSuffix>alpha2</VersionSuffix>
66
<TargetFramework>net451</TargetFramework>
77
<OutputType>Exe</OutputType>
88
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

test/MsieJavaScriptEngine.Test.ChakraEdgeJsRt/MsieJavaScriptEngine.Test.ChakraEdgeJsRt.csproj

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

33
<PropertyGroup>
44
<VersionPrefix>3.0.0</VersionPrefix>
5-
<VersionSuffix>alpha1</VersionSuffix>
5+
<VersionSuffix>alpha2</VersionSuffix>
66
<TargetFrameworks>netcoreapp1.0;net451</TargetFrameworks>
77
<RuntimeFrameworkVersion Condition=" '$(TargetFramework)' == 'netcoreapp1.0' ">1.0.4</RuntimeFrameworkVersion>
88
<OutputType>Exe</OutputType>

test/MsieJavaScriptEngine.Test.ChakraIeJsRt/MsieJavaScriptEngine.Test.ChakraIeJsRt.csproj

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

33
<PropertyGroup>
44
<VersionPrefix>3.0.0</VersionPrefix>
5-
<VersionSuffix>alpha1</VersionSuffix>
5+
<VersionSuffix>alpha2</VersionSuffix>
66
<TargetFrameworks>netcoreapp1.0;net451</TargetFrameworks>
77
<RuntimeFrameworkVersion Condition=" '$(TargetFramework)' == 'netcoreapp1.0' ">1.0.4</RuntimeFrameworkVersion>
88
<OutputType>Exe</OutputType>

test/MsieJavaScriptEngine.Test.Classic/MsieJavaScriptEngine.Test.Classic.csproj

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

33
<PropertyGroup>
44
<VersionPrefix>3.0.0</VersionPrefix>
5-
<VersionSuffix>alpha1</VersionSuffix>
5+
<VersionSuffix>alpha2</VersionSuffix>
66
<TargetFramework>net451</TargetFramework>
77
<OutputType>Exe</OutputType>
88
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

test/MsieJavaScriptEngine.Test.Common/MsieJavaScriptEngine.Test.Common.csproj

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

33
<PropertyGroup>
44
<VersionPrefix>3.0.0</VersionPrefix>
5-
<VersionSuffix>alpha1</VersionSuffix>
5+
<VersionSuffix>alpha2</VersionSuffix>
66
<TargetFrameworks>netcoreapp1.0;net451</TargetFrameworks>
77
<RuntimeFrameworkVersion Condition=" '$(TargetFramework)' == 'netcoreapp1.0' ">1.0.4</RuntimeFrameworkVersion>
88
<OutputType>Exe</OutputType>

0 commit comments

Comments
 (0)