Skip to content

Commit 6a50fde

Browse files
committed
In JavaScriptEngineSwitcher.Vroom was made minor changes
1 parent da77239 commit 6a50fde

File tree

4 files changed

+12
-13
lines changed

4 files changed

+12
-13
lines changed

NuGet/JavaScriptEngineSwitcher.Vroom/JavaScriptEngineSwitcher.Vroom.nuspec

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,25 +12,24 @@
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1313
<description>JavaScriptEngineSwitcher.Vroom contains adapter `VroomJsEngine` (wrapper for the VroomJs (http://github.com/pauldotknopf/vroomjs-core) version 1.2.3 with support of V8 version 3.17.16.2).
1414

15-
For correct working of the VroomJs on Windows require assemblies `msvcr110.dll` from the Visual C++ Redistributable for Visual Studio 2012 and `msvcp140.dll` from the Microsoft Visual C++ 2015 Redistributable.</description>
15+
For correct working of the VroomJs on Windows require the Visual C++ Redistributable for Visual Studio 2012 and Microsoft Visual C++ 2015 Redistributable.</description>
1616
<summary>JavaScriptEngineSwitcher.Vroom contains adapter `VroomJsEngine` (wrapper for the VroomJs version 1.2.3 with support of V8 version 3.17.16.2).</summary>
17-
<releaseNotes>Added support of .NET Core 1.0.4.</releaseNotes>
18-
<copyright>Copyright (c) 2013-2017 Andrey Taritsyn - http://www.taritsyn.ru</copyright>
17+
<copyright>Copyright (c) 2013-2018 Andrey Taritsyn - http://www.taritsyn.ru</copyright>
1918
<language>en-US</language>
2019
<tags>JavaScriptEngineSwitcher JavaScript ECMAScript VroomJs V8</tags>
2120
<dependencies>
2221
<group targetFramework=".NETFramework4.0-Client">
2322
<dependency id="VroomJs" version="1.2.3" />
24-
<dependency id="JavaScriptEngineSwitcher.Core" version="2.4.0" />
23+
<dependency id="JavaScriptEngineSwitcher.Core" version="2.4.10" />
2524
</group>
2625
<group targetFramework=".NETFramework4.5">
2726
<dependency id="VroomJs" version="1.2.3" />
28-
<dependency id="JavaScriptEngineSwitcher.Core" version="2.4.0" />
27+
<dependency id="JavaScriptEngineSwitcher.Core" version="2.4.10" />
2928
</group>
3029
<group targetFramework=".NETStandard1.6">
3130
<dependency id="NETStandard.Library" version="1.6.0" />
3231
<dependency id="VroomJs" version="1.2.3" />
33-
<dependency id="JavaScriptEngineSwitcher.Core" version="2.4.0" />
32+
<dependency id="JavaScriptEngineSwitcher.Core" version="2.4.10" />
3433
</group>
3534
</dependencies>
3635
<references>

NuGet/JavaScriptEngineSwitcher.Vroom/readme.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
VroomJs (http://github.com/pauldotknopf/vroomjs-core) version 1.2.3 with support
1616
of V8 version 3.17.16.2).
1717

18-
For correct working of the VroomJs on Windows require assemblies `msvcr110.dll`
19-
from the Visual C++ Redistributable for Visual Studio 2012 and `msvcp140.dll`
20-
from the Microsoft Visual C++ 2015 Redistributable.
18+
For correct working of the VroomJs on Windows require the Visual C++
19+
Redistributable for Visual Studio 2012 and the Microsoft Visual C++ 2015
20+
Redistributable.
2121

2222
=============
2323
RELEASE NOTES
@@ -29,8 +29,8 @@
2929
====================
3030
If in your system does not assemblies `msvcr110.dll` and `msvcp140.dll`, then
3131
download and install the Visual C++ Redistributable Packages for Visual Studio
32-
2012 (http://www.microsoft.com/en-us/download/details.aspx?id=30679) and 2015
33-
(http://www.microsoft.com/en-us/download/details.aspx?id=53840).
32+
2012 (https://www.microsoft.com/en-us/download/details.aspx?id=30679) and 2015
33+
(https://www.microsoft.com/en-us/download/details.aspx?id=53840).
3434

3535
=============
3636
DOCUMENTATION

src/JavaScriptEngineSwitcher.Vroom/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[assembly: AssemblyConfiguration("")]
99
[assembly: AssemblyCompany("")]
1010
[assembly: AssemblyProduct("JavaScript Engine Switcher: Vroom")]
11-
[assembly: AssemblyCopyright("Copyright © 2013-2017 Andrey Taritsyn")]
11+
[assembly: AssemblyCopyright("Copyright © 2013-2018 Andrey Taritsyn")]
1212
[assembly: AssemblyTrademark("")]
1313
[assembly: AssemblyCulture("")]
1414

src/JavaScriptEngineSwitcher.Vroom/VroomSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public int MaxOldSpaceSize
2525

2626

2727
/// <summary>
28-
/// Constructs instance of the Vroom settings
28+
/// Constructs an instance of the Vroom settings
2929
/// </summary>
3030
public VroomSettings()
3131
{

0 commit comments

Comments
 (0)