Skip to content

Commit 45830a0

Browse files
committed
In JavaScriptEngineSwitcher.V8.Native.win-* and JavaScriptEngineSwitcher.ChakraCore.Native.win* packages fixed a error “When using PackageReference DLL is not copied”
1 parent 5504487 commit 45830a0

15 files changed

+23
-11
lines changed

NuGet/JavaScriptEngineSwitcher.ChakraCore.Native.win-x64/JavaScriptEngineSwitcher.ChakraCore.Native.win-x64.nuspec

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

1515
For correct working of the ChakraCore require `msvcp140.dll` assembly from the Visual C++ Redistributable for Visual Studio 2015.</description>
1616
<summary>This package complements the JavaScriptEngineSwitcher.ChakraCore package and contains the native implementation of ChakraCore version 1.7.3 for Windows (x64).</summary>
17-
<releaseNotes>ChakraCore was updated to version 1.7.3.</releaseNotes>
17+
<releaseNotes>Fixed a error “When using PackageReference DLL is not copied”.</releaseNotes>
1818
<copyright>Copyright (c) 2013-2017 Andrey Taritsyn - http://www.taritsyn.ru</copyright>
1919
<language>en-US</language>
2020
<tags>JavaScriptEngineSwitcher JavaScript ECMAScript ChakraCore Windows x64</tags>

NuGet/JavaScriptEngineSwitcher.ChakraCore.Native.win-x64/build/JavaScriptEngineSwitcher.ChakraCore.Native.win-x64.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<ItemGroup Condition=" Exists('packages.config') Or Exists('packages.$(MSBuildProjectName).config') ">
3+
<ItemGroup Condition=" $(RuntimeFrameworkVersion) == '' ">
44
<None Include="$(MSBuildThisFileDirectory)..\runtimes\win7-x64\native\ChakraCore.dll">
55
<Link>x64\ChakraCore.dll</Link>
66
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>

NuGet/JavaScriptEngineSwitcher.ChakraCore.Native.win-x64/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
=============
2121
RELEASE NOTES
2222
=============
23-
ChakraCore was updated to version 1.7.3.
23+
Fixed a error “When using PackageReference DLL is not copied”.
2424

2525
====================
2626
POST-INSTALL ACTIONS

NuGet/JavaScriptEngineSwitcher.ChakraCore.Native.win-x86/JavaScriptEngineSwitcher.ChakraCore.Native.win-x86.nuspec

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

1515
For correct working of the ChakraCore require `msvcp140.dll` assembly from the Visual C++ Redistributable for Visual Studio 2015.</description>
1616
<summary>This package complements the JavaScriptEngineSwitcher.ChakraCore package and contains the native implementation of ChakraCore version 1.7.3 for Windows (x86).</summary>
17-
<releaseNotes>ChakraCore was updated to version 1.7.3.</releaseNotes>
17+
<releaseNotes>Fixed a error “When using PackageReference DLL is not copied”.</releaseNotes>
1818
<copyright>Copyright (c) 2013-2017 Andrey Taritsyn - http://www.taritsyn.ru</copyright>
1919
<language>en-US</language>
2020
<tags>JavaScriptEngineSwitcher JavaScript ECMAScript ChakraCore Windows x86</tags>

NuGet/JavaScriptEngineSwitcher.ChakraCore.Native.win-x86/build/JavaScriptEngineSwitcher.ChakraCore.Native.win-x86.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<ItemGroup Condition=" Exists('packages.config') Or Exists('packages.$(MSBuildProjectName).config') ">
3+
<ItemGroup Condition=" $(RuntimeFrameworkVersion) == '' ">
44
<None Include="$(MSBuildThisFileDirectory)..\runtimes\win7-x86\native\ChakraCore.dll">
55
<Link>x86\ChakraCore.dll</Link>
66
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>

NuGet/JavaScriptEngineSwitcher.ChakraCore.Native.win-x86/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
=============
2121
RELEASE NOTES
2222
=============
23-
ChakraCore was updated to version 1.7.3.
23+
Fixed a error “When using PackageReference DLL is not copied”.
2424

2525
====================
2626
POST-INSTALL ACTIONS

NuGet/JavaScriptEngineSwitcher.ChakraCore.Native.win8-arm/JavaScriptEngineSwitcher.ChakraCore.Native.win8-arm.nuspec

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

1515
This package is only compatible with .NET Core and .NET Framework 4.5.</description>
1616
<summary>This package complements the JavaScriptEngineSwitcher.ChakraCore package and contains the native implementation of ChakraCore version 1.7.3 for Windows (ARM).</summary>
17-
<releaseNotes>ChakraCore was updated to version 1.7.3.</releaseNotes>
17+
<releaseNotes>Fixed a error “When using PackageReference DLL is not copied”.</releaseNotes>
1818
<copyright>Copyright (c) 2013-2017 Andrey Taritsyn - http://www.taritsyn.ru</copyright>
1919
<language>en-US</language>
2020
<tags>JavaScriptEngineSwitcher JavaScript ECMAScript ChakraCore Windows ARM</tags>

NuGet/JavaScriptEngineSwitcher.ChakraCore.Native.win8-arm/build/JavaScriptEngineSwitcher.ChakraCore.Native.win8-arm.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<ItemGroup Condition=" Exists('packages.config') Or Exists('packages.$(MSBuildProjectName).config') ">
3+
<ItemGroup Condition=" $(RuntimeFrameworkVersion) == '' ">
44
<None Include="$(MSBuildThisFileDirectory)..\runtimes\win8-arm\native\ChakraCore.dll">
55
<Link>arm\ChakraCore.dll</Link>
66
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>

NuGet/JavaScriptEngineSwitcher.ChakraCore.Native.win8-arm/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
=============
2020
RELEASE NOTES
2121
=============
22-
ChakraCore was updated to version 1.7.3.
22+
Fixed a error “When using PackageReference DLL is not copied”.
2323

2424
=============
2525
DOCUMENTATION

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
For correct working of the Microsoft ClearScript.V8 require `msvcp140.dll` assembly from the Visual C++ Redistributable for Visual Studio 2015.</description>
1616
<summary>This package complements the JavaScriptEngineSwitcher.V8 package and contains the native implementation of V8 version 5.5.372.40 for Windows (x64).</summary>
17+
<releaseNotes>Fixed a error “When using PackageReference DLL is not copied”.</releaseNotes>
1718
<copyright>Copyright (c) 2013-2017 Andrey Taritsyn - http://www.taritsyn.ru</copyright>
1819
<language>en-US</language>
1920
<tags>JavaScriptEngineSwitcher JavaScript ECMAScript V8 ClearScript Windows x64</tags>

0 commit comments

Comments
 (0)