Skip to content

Commit

Permalink
Fixed a links to the Visual C++ Redistributable for Visual Studio 2015
Browse files Browse the repository at this point in the history
  • Loading branch information
Taritsyn committed Aug 31, 2017
1 parent 2f7d68d commit 1dcd9ae
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Change log
## v1.0.0 - March 3, 2017
* Added support of .NET Core 1.0.3 and .NET Framework 4.5
* Native assemblies for Windows have been moved to separate packages: LibSassHost.Native.win-x86 and LibSassHost.Native.win-x64
* Now the LibSass for Windows requires `msvcp140.dll` assembly from the [Visual C++ Redistributable for Visual Studio 2015](https://www.microsoft.com/en-us/download/details.aspx?id=48145)
* Now the LibSass for Windows requires `msvcp140.dll` assembly from the [Visual C++ Redistributable for Visual Studio 2015](https://www.microsoft.com/en-us/download/details.aspx?id=53840)
* Added a packages, that contains a native assemblies for Debian-based Linux (x64) and OS X (x64)
* `SassCompiler` class was converted to a static class
* In `SassCompiler` class was added two static properties: `Version` and `LanguageVersion`
Expand All @@ -43,7 +43,7 @@ Change log
## v1.0.0 Alpha 1 - January 30, 2017
* Added support of .NET Core 1.0.3 and .NET Framework 4.5
* Native assemblies have been moved to separate packages: LibSassHost.Native.win-x86 and LibSassHost.Native.win-x64
* Now the LibSass for Windows requires `msvcp140.dll` assembly from the [Visual C++ Redistributable for Visual Studio 2015](https://www.microsoft.com/en-us/download/details.aspx?id=48145)
* Now the LibSass for Windows requires `msvcp140.dll` assembly from the [Visual C++ Redistributable for Visual Studio 2015](https://www.microsoft.com/en-us/download/details.aspx?id=53840)

## v0.6.4 - January 8, 2017
* Added support of LibSass version 3.4.3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The following packages are available:
* [LibSassHost.Native.debian-x64](http://nuget.org/packages/LibSassHost.Native.debian-x64/) contains the native assemblies for Debian-based Linux (x64) (Debian, Ubuntu and Linux Mint). Only compatible with .NET Core.
* [LibSassHost.Native.osx-x64](http://nuget.org/packages/LibSassHost.Native.osx-x64/) contains the native assemblies for OS X (x64). Only compatible with .NET Core.

<sup>* - Requires `msvcp140.dll` assembly from the [Visual C++ Redistributable for Visual Studio 2015](https://www.microsoft.com/en-us/download/details.aspx?id=52685).<sup>
<sup>* - Requires `msvcp140.dll` assembly from the [Visual C++ Redistributable for Visual Studio 2015](https://www.microsoft.com/en-us/download/details.aspx?id=53840).<sup>

If you need support for other operating systems, then you should read the [“Building LibSass”](#building-libsass) section.

Expand Down
2 changes: 1 addition & 1 deletion nuget/LibSassHost.Native.win-x64/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
====================
If in your system does not `msvcp140.dll` assembly, then download and install
the Visual C++ Redistributable for Visual Studio 2015
(https://www.microsoft.com/en-us/download/details.aspx?id=52685).
(https://www.microsoft.com/en-us/download/details.aspx?id=53840).

============
PROJECT SITE
Expand Down
2 changes: 1 addition & 1 deletion nuget/LibSassHost.Native.win-x86/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
====================
If in your system does not `msvcp140.dll` assembly, then download and install
the Visual C++ Redistributable for Visual Studio 2015
(https://www.microsoft.com/en-us/download/details.aspx?id=52685).
(https://www.microsoft.com/en-us/download/details.aspx?id=53840).

============
PROJECT SITE
Expand Down

0 comments on commit 1dcd9ae

Please sign in to comment.